ICacheStatistics Interface

Represents cache statistics retrieved by GetStatistics.

Definition

Namespace: KGySoft.Collections
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 8.1.0
C#
public interface ICacheStatistics

Properties

Deletes Gets number of cache deletes.
HitRate Gets the hit rate of the cache
Hits Gets number of cache hits.
Reads Gets number of cache reads.
Writes Gets number of cache writes.

See Also