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 TypeInterfaceDescriptioninterface
LoadingCache<K,
V> A semi-persistent mapping from keys to values.Classes in com.google.common.cache that implement CacheModifier and TypeClassDescriptionclass
AbstractCache<K,
V> This class provides a skeletal implementation of theCache
interface to minimize the effort required to implement this interface.class
AbstractLoadingCache<K,
V> This class provides a skeletal implementation of theCache
interface to minimize the effort required to implement this interface.class
ForwardingCache<K,
V> A cache which forwards all its method calls to another cache.static class
A simplified version ofForwardingCache
where subclasses can pass in an already constructedCache
as the delegate.class
A cache which forwards all its method calls to another cache.static class
A simplified version ofForwardingLoadingCache
where subclasses can pass in an already constructedLoadingCache
as the delegate.Methods 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()
Constructors in com.google.common.cache with parameters of type Cache