Class CacheStreamAttributes
CacheStreamAttributes Class contains information about the CacheStream attributes.
Inheritance
System.Object
CacheStreamAttributes
Assembly: Alachisoft.NCache.Client.dll
Syntax
[Obsolete("This API is deprecated and will be removed in a future release. This feature is being retired and will not be continued in future versions.", false)]
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 the 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. |