Class ProviderCacheItem
ProviderCacheItem is just like a CacheItem , but it has some limited fields
Inheritance
System.Object
ProviderCacheItem
Namespace:
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public class ProviderCacheItem
Name | Description |
---|---|
ProviderCacheItem(Object) | Initializes an instance of CacheItem. |
Name | Description |
---|---|
AbsoluteExpiration | Gets/Sets absolute expiration. |
Dependency | Gets/Sets the CacheDepedency. |
Group | Gets/Sets the group of cache item. |
IsJavaReadThrough | Gets/Sets ReadThruough if ReadThru is a type of Java |
ItemPriority | Gets/Sets the priority of item. |
NamedTags | Gets/Sets the Tags for the cache item. |
ResyncItemOnExpiration | Gets/Sets the flag which indicates whether item should be reloaded on expiration if ReadThru provider is specified. |
ResyncProviderName | Gets/Sets Provider name for re-synchronization of cache |
SlidingExpiration | Gets/Sets the sliding expiration. |
SubGroup | Gets/Sets the sub group of cache item. |
Tags | Gets/Sets the Tags for the cache item. |
Value | Gets/Sets the value of CacheItem. |