public ICacheStatistics GetStatistics()Public Function GetStatistics As ICacheStatisticspublic:
virtual ICacheStatistics^ GetStatistics() sealedabstract 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.