-
This class provides a skeletal implementation of the Cache
interface to minimize the
effort required to implement this interface.
A semi-persistent mapping from keys to values.
Computes or retrieves values, based on a key, for use in populating a
LoadingCache
.
Statistics about the performance of a
Cache
.
A cache which forwards all its method calls to another cache.
A cache which forwards all its method calls to another cache.
A semi-persistent mapping from keys to values.
The reason why a cached entry was removed.
An object that can receive a notification when an entry is removed from a cache.
A notification of the removal of a single entry.
Calculates the weights of cache entries.