Statistic information for an object cache
Namespace: Scanjour.Workflow4.Base.Cache
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax
The ICacheStatistics type exposes the following members.
Properties
Name | Description | |
---|---|---|
ItemStatistics |
Statistic information for each object in the cache
| |
NrOfItems |
Number of objects in the cache
| |
TotalSize |
Number of bytes allocated for objects in the cache (not including metadata)
| |
TypeName |
Name of the type that is cached
|
See Also