Uses of Class
com.google.common.cache.AbstractCache
- 
Packages that use AbstractCache Package Description com.google.common.cache Discouraged (in favor of Caffeine) caching utilities.
- 
- 
Uses of AbstractCache in com.google.common.cacheSubclasses of AbstractCache in com.google.common.cache Modifier and Type Class Description classAbstractLoadingCache<K,V>This class provides a skeletal implementation of theCacheinterface to minimize the effort required to implement this interface.
 
-