The ProviderCacheItem type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ProviderCacheItem |
Initializes an instance of CacheItem.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
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.
|