CacheStats
Functions
Link copied to clipboard
Returns the average time spent loading new values.
Link copied to clipboard
Returns the number of times an entry has been evicted.
Link copied to clipboard
Returns the number of times lookup methods threw an exception while loading a new value.
Link copied to clipboard
Returns the ratio of cache loading attempts which threw exceptions.
Link copied to clipboard
Returns the number of times lookup methods have successfully loaded a new value.
Link copied to clipboard
Returns a new
ICacheStats representing the difference between this ICacheStats and other.Link copied to clipboard
Returns a new
ICacheStats representing the sum of this ICacheStats and
other.Link copied to clipboard
Returns the number of times lookup methods have returned either a cached or uncached value.
Link copied to clipboard
Returns the total number of nanoseconds the cache has spent loading new values.