Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Com.google.common.cache Classes and Interfaces - 20 results found.
NameDescriptionTypePackageFramework
AbstractCacheThis class provides a skeletal implementation of the Cache interface to minimize the effort required to implement this interface.Classcom.google.common.cacheGoogle Guava
AbstractCache .SimpleStatsCounterA thread-safe AbstractCache.Classcom.google.common.cache.AbstractCacheGoogle Guava
AbstractCache .StatsCounterAccumulates statistics during the operation of a Cache for presentation by Cache.Interfacecom.google.common.cache.AbstractCacheGoogle Guava
AbstractLoadingCacheThis class provides a skeletal implementation of the Cache interface to minimize the effort required to implement this interface.Classcom.google.common.cacheGoogle Guava
CacheA semi-persistent mapping from keys to values.Interfacecom.google.common.cacheGoogle Guava
CacheBuilderA builder of LoadingCache and Cache instances having any combination of the following features:Classcom.google.common.cacheGoogle Guava
CacheBuilderSpecA specification of a CacheBuilder configuration.Classcom.google.common.cacheGoogle Guava
CacheLoaderComputes or retrieves values, based on a key, for use in populating a LoadingCache.Classcom.google.common.cacheGoogle Guava
CacheLoader .InvalidCacheLoadExceptionThrown to indicate that an invalid response was returned from a call to CacheLoader.Classcom.google.common.cache.CacheLoaderGoogle Guava
CacheStatsStatistics about the performance of a Cache.Classcom.google.common.cacheGoogle Guava
ForwardingCacheA cache which forwards all its method calls to another cache.Classcom.google.common.cacheGoogle Guava
ForwardingCache .SimpleForwardingCacheA simplified version of ForwardingCache where subclasses can pass in an already constructed Cache as the delegete.Classcom.google.common.cache.ForwardingCacheGoogle Guava
ForwardingLoadingCacheA cache which forwards all its method calls to another cache.Classcom.google.common.cacheGoogle Guava
ForwardingLoadingCache .SimpleForwardingLoadingCacheA simplified version of ForwardingLoadingCache where subclasses can pass in an already constructed LoadingCache as the delegete.Classcom.google.common.cache.ForwardingLoadingCacheGoogle Guava
LoadingCacheA semi-persistent mapping from keys to values.Interfacecom.google.common.cacheGoogle Guava
RemovalCauseThe reason why a cached entry was removed.Classcom.google.common.cacheGoogle Guava
RemovalListenerAn object that can receive a notification when an entry is removed from a cache.Interfacecom.google.common.cacheGoogle Guava
RemovalListenersA collection of common removal listeners.Classcom.google.common.cacheGoogle Guava
RemovalNotificationA notification of the removal of a single entry.Classcom.google.common.cacheGoogle Guava
WeigherCalculates the weights of cache entries.Interfacecom.google.common.cacheGoogle Guava