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.cache
Subclasses of AbstractCache in com.google.common.cache Modifier and Type Class Description class
AbstractLoadingCache<K,V>
This class provides a skeletal implementation of theCache
interface to minimize the effort required to implement this interface.
-