IObjectCacheTKey, TValue Properties

Scanjour Workflow4 Reference Manual

The IObjectCacheTKey, TValue generic type exposes the following members.

Properties

  NameDescription
Public propertyHashAlgorithm
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.)
Public propertyHighWaterMark
Max bytes allocated for objects in the cache.
(Inherited from IObjectCacheBase.)
Public propertyItem
The key of the item to get
Public propertyLowWaterMark
When cache grows to HighWaterMark objects will be removed from the cache until the total size is less than LowWaterMark.
(Inherited from IObjectCacheBase.)
Public propertyNrOfItems
The number of items currently in the cache
(Inherited from IObjectCacheBase.)
Public propertyTotalSize
Total size of all stored objects in cache
(Inherited from IObjectCacheBase.)
Public propertyTypeName
The name of the type that is cached
(Inherited from IObjectCacheBase.)
Top
See Also

Reference