Gets an ICacheStatistics instance that provides statistical information about this CacheTKey, TValue.
Namespace: KGySoft.Collections
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 5.5.0-rc.1
Syntax
Return Value
Type: ICacheStatisticsAn ICacheStatistics instance that provides statistical information about the CacheTKey, TValue.
Implements
ICacheGetStatisticsRemarks
The returned ICacheStatistics instance is a wrapper around the CacheTKey, TValue and reflects any changes happened to the cache immediately. Therefore it is not necessary to call this method again whenever new statistics are required.
This method is an O(1) operation.
See Also