Class ProviderItemBase
The ProviderItemBase is just like a CacheItem, but it has some limited fields.
Inheritance
System.Object
ProviderItemBase
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public class ProviderItemBase
Properties
| Name | Description |
|---|---|
| BitSet | |
| Dependency | Gets/Sets the cache dependency. |
| Expiration | Gets/Sets expiration of cache items in the form of Expiration. |
| Group | Gets/Sets the group of cache item. |
| IsJavaReadThrough | Gets/Sets Read-Through, if ReadThru is a type of Java. |
| ItemPriority | Gets/Sets the priority of the item. |
| NamedTags | Gets/Sets the NamedTags for the cache items. |
| ResyncOptions | Gets/Sets ResyncOptions for cache items. |
| SubGroup | Gets/Sets the sub group of the cache item. |
| Tags | Gets/Sets the tags for the cache item. |