ICacheStatistics Interface

Scanjour Workflow4 Reference Manual
Statistic information for an object cache

Namespace:  Scanjour.Workflow4.Base.Cache
Assembly:  Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public interface ICacheStatistics

The ICacheStatistics type exposes the following members.

Properties

  NameDescription
Public propertyItemStatistics
Statistic information for each object in the cache
Public propertyNrOfItems
Number of objects in the cache
Public propertyTotalSize
Number of bytes allocated for objects in the cache (not including metadata)
Public propertyTypeName
Name of the type that is cached
Top
See Also

Reference