GridCacheForStream.IsExisted

GridCacheForStream.IsExisted method

Checks whether the cache with uid is existed

public abstract bool IsExisted(string uid)
ParameterTypeDescription
uidStringThe unique id for the file cache.

Return Value

The bool value

See Also