Class ProviderCacheItem
The ProviderCacheItem class is just like a CacheItem class, but it has some limited fields.
Inherited Members
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public class ProviderCacheItem : ProviderItemBase
Constructors
| Name | Description |
|---|---|
| ProviderCacheItem(Object) | Initializes an instance of the CacheItem. |
Methods
| Name | Description |
|---|---|
| GetValue<T>() | Gets value of the CacheItem. |
| SetValue(Object) | Sets value of the CacheItem. |