Uses of Class
com.google.common.cache.ForwardingCache
-
Packages that use ForwardingCache Package Description com.google.common.cache This package contains caching utilities. -
-
Uses of ForwardingCache in com.google.common.cache
Subclasses of ForwardingCache in com.google.common.cache Modifier and Type Class Description static class
ForwardingCache.SimpleForwardingCache<K,V>
A simplified version ofForwardingCache
where subclasses can pass in an already constructedCache
as the delegate.class
ForwardingLoadingCache<K,V>
A cache which forwards all its method calls to another cache.static class
ForwardingLoadingCache.SimpleForwardingLoadingCache<K,V>
A simplified version ofForwardingLoadingCache
where subclasses can pass in an already constructedLoadingCache
as the delegate.
-