Class CacheItemAttributes
CacheItemAttributes contains Cache Items Attributes information in it
Inheritance
System.Object
CacheItemAttributes
Namespace:
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public class CacheItemAttributes : object
Name | Description |
---|---|
AbsoluteExpiration | Gets/Sets absolute expiration. |
Dependency | The file or cache key dependencies for the item. When any dependency changes, the object becomes invalid and is removed from the cache. If there are no dependencies, this property contains a null reference (Nothing in Visual Basic). |