Uses of Class
com.google.common.cache.ForwardingLoadingCache
-
Packages that use ForwardingLoadingCache Package Description com.google.common.cache Discouraged (in favor of Caffeine) caching utilities. -
-
Uses of ForwardingLoadingCache in com.google.common.cache
Subclasses of ForwardingLoadingCache in com.google.common.cache Modifier and Type Class Description static class
ForwardingLoadingCache.SimpleForwardingLoadingCache<K,V>
A simplified version ofForwardingLoadingCache
where subclasses can pass in an already constructedLoadingCache
as the delegate.
-