Uses of Class
com.google.common.cache.ForwardingCache
-
Uses of ForwardingCache in com.google.common.cache
Modifier and TypeClassDescriptionstatic 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.