String causingString
int maxCacheSize
AtomicLong cacheHits
Keeping track of cache hits and misses lets one measure how efficient the cache is; the higher the percentage of hits, the more efficient.
AtomicLong cacheMisses
Copyright © 2016. All rights reserved.