Uses of Package
com.google.common.cache
Packages that use com.google.common.cache
-
Classes in com.google.common.cache used by com.google.common.cacheClassDescriptionThis class provides a skeletal implementation of the
Cacheinterface to minimize the effort required to implement this interface.Accumulates statistics during the operation of aCachefor presentation byCache.stats().A semi-persistent mapping from keys to values.A builder ofLoadingCacheandCacheinstances having any combination of the following features: automatic loading of entries into the cache least-recently-used eviction when a maximum size is exceeded time-based expiration of entries, measured since last access or last write keys automatically wrapped inWeakReferencevalues automatically wrapped inWeakReferenceorSoftReferencenotification of evicted (or otherwise removed) entries accumulation of cache access statisticsA specification of aCacheBuilderconfiguration.Computes or retrieves values, based on a key, for use in populating aLoadingCache.Statistics about the performance of aCache.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.