public ICacheStatistics GetStatistics()
Public Function GetStatistics As ICacheStatistics
public:
virtual ICacheStatistics^ GetStatistics() sealed
abstract GetStatistics : unit -> ICacheStatistics
override GetStatistics : unit -> ICacheStatistics
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.