ICacheGetStatistics Method

Gets statistics of the cache.

Definition

Namespace: KGySoft.Collections
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0
C#
ICacheStatistics GetStatistics()

Return Value

ICacheStatistics
An ICacheStatistics instance that provides statistical information about the ICache instance.

See Also