The IObjectCacheTKey, TValue generic type exposes the following members.
Properties
Name | Description | |
---|---|---|
HashAlgorithm |
Get or set the hashalgoritm for the cache. The default value is MD5.
To turn off hashing set the value to HashAlgorithmEnum.None
(Inherited from IObjectCacheBase.) | |
HighWaterMark |
Max bytes allocated for objects in the cache.
(Inherited from IObjectCacheBase.) | |
Item |
The key of the item to get
| |
LowWaterMark |
When cache grows to HighWaterMark objects will be removed from the cache until the total size is less than LowWaterMark.
(Inherited from IObjectCacheBase.) | |
NrOfItems |
The number of items currently in the cache
(Inherited from IObjectCacheBase.) | |
TotalSize |
Total size of all stored objects in cache
(Inherited from IObjectCacheBase.) | |
TypeName |
The name of the type that is cached
(Inherited from IObjectCacheBase.) |
See Also