Changed Methods |
void recordEviction()
|
Changed from non-abstract to abstract.
|
Records the eviction of an entry from the cache. |
void recordHits(int )
|
Changed from non-abstract to abstract.
|
Records cache hits. |
void recordLoadException(long )
|
Changed from non-abstract to abstract.
|
Records the failed load of a new entry. |
void recordLoadSuccess(long )
|
Changed from non-abstract to abstract.
|
Records the successful load of a new entry. |
void recordMisses(int )
|
Changed from non-abstract to abstract.
|
Records cache misses. |
CacheStats snapshot()
|
Changed from non-abstract to abstract.
|
Returns a snapshot of this counter's values. |