-
defaultTimeToLiveInMillis
long defaultTimeToLiveInMillis
time to live for content (when not specified this is one day, and max one day)
-
lastEvictionCheck
long lastEvictionCheck
last time the cache was checked for evictions
-
cache
Map<K,V> cache
cache map
-
cacheInserts
int cacheInserts
number of elements inserted into the cache
-
cacheHits
int cacheHits
numebr of times an element was retrieved from cache successfully
-
cacheEvictions
int cacheEvictions
number of evictions from cache when thigns expire
-
lastClear
long lastClear
when was the last clear of this instance