Uses of Interface
com.google.common.cache.Cache
Packages that use Cache
-
Uses of Cache in com.google.common.cache
Subinterfaces of Cache in com.google.common.cacheModifier and TypeInterfaceDescriptioninterfaceLoadingCache<K,V> A semi-persistent mapping from keys to values.Classes in com.google.common.cache that implement CacheModifier and TypeClassDescriptionclassAbstractCache<K,V> This class provides a skeletal implementation of theCacheinterface to minimize the effort required to implement this interface.classAbstractLoadingCache<K,V> This class provides a skeletal implementation of theCacheinterface to minimize the effort required to implement this interface.classForwardingCache<K,V> A cache which forwards all its method calls to another cache.static classA simplified version ofForwardingCachewhere subclasses can pass in an already constructedCacheas the delegate.classA cache which forwards all its method calls to another cache.static classA simplified version ofForwardingLoadingCachewhere subclasses can pass in an already constructedLoadingCacheas the delegate.(package private) static final classSerializes the configuration of a LocalCache, reconstituting it as an LoadingCache using CacheBuilder upon deserialization.(package private) static class(package private) static class(package private) static classSerializes the configuration of a LocalCache, reconstituting it as a Cache using CacheBuilder upon deserialization.Fields in com.google.common.cache declared as CacheModifier and TypeFieldDescriptionForwardingCache.SimpleForwardingCache.delegateLocalCache.ManualSerializationProxy.delegateMethods in com.google.common.cache that return CacheModifier and TypeMethodDescriptionCacheBuilder.build()Builds a cache which does not automatically load values when keys are requested.ForwardingCache.delegate()ForwardingCache.SimpleForwardingCache.delegate()LocalCache.ManualSerializationProxy.delegate()Constructors in com.google.common.cache with parameters of type Cache