Class CacheStreamAttributes
CacheStreamAttributes Class contains information about the CacheStream attributes.
Inheritance
System.Object
CacheStreamAttributes
Namespace:
Assembly: Alachisoft.NCache.Client.dll
Syntax
public class CacheStreamAttributes
Constructors
Name | Description |
---|---|
CacheStreamAttributes(StreamMode) | Creates new instance of CacheStreamAttributes. |
Properties
Name | Description |
---|---|
CacheDependency | Specifies CacheDependency, which can be files, directories, or keys to other objects in application's Cache. This class cannot be inherited. |
CacheItemPriority | Specifies CacheItemPriority of the CacheStream. |
Expiration | Specifies Expiration for the CacheStream. After the specified timespan, the item expires from cache. |
Group | Specifies Group for the CacheStream. |
StreamMode | Specifies StreamMode of the CacheStream. |