ICacheStatistics Interface

Statistic information for an object cache

Definition

Namespace: Scanjour.Workflow4.Base.Cache
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.4.0.0 (24.4.0.0)
C#
public interface ICacheStatistics

Properties

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