ICacheStatistics Interface
Statistic information for an object cache
Namespace: Scanjour.Workflow4.Base.CacheAssembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.4.0.0 (24.4.0.0)
public interface ICacheStatistics
Public Interface ICacheStatistics
public interface class ICacheStatistics
type ICacheStatistics = interface end
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
|