• Webinars
  • Docs
  • Download
  • Blogs
  • Contact Us
Try Free
Show / Hide Table of Contents

Class CacheStreamAttributes

CacheStreamAttributes Class contains information about the CacheStream attributes.

Inheritance
System.Object
CacheStreamAttributes
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.

Back to top Copyright © 2017 Alachisoft