The ProviderCacheItem type exposes the following members.
Properties
| 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.
|