Returns a view of the entries stored in this cache as a thread-safe map.
Performs any pending maintenance operations needed by the cache.
Returns the value associated with key in this cache, obtaining that value from valueLoader if necessary.
Returns a map of the values associated with keys in this cache.
Returns the value associated with key in this cache, or None if there is no cached value for key.
Discards any cached value for key key.
Discards any cached values for keys keys.
Discards all entries in the cache.
Associates value with key in this cache.
Copies all of the mappings from the specified map to the cache.
Returns the approximate number of entries in this cache.
Returns a current snapshot of this cache's cumulative statistics.
Wrapper around com.google.common.cache.Cache