Uses of Interface
com.github.benmanes.caffeine.cache.LocalManualCache
-
Packages that use LocalManualCache Package Description com.github.benmanes.caffeine.cache This package contains caching utilities. -
-
Uses of LocalManualCache in com.github.benmanes.caffeine.cache
Subinterfaces of LocalManualCache in com.github.benmanes.caffeine.cache Modifier and Type Interface Description (package private) interfaceLocalLoadingCache<K,V>This class provides a skeletal implementation of theLoadingCacheinterface to minimize the effort required to implement aLocalCache.Classes in com.github.benmanes.caffeine.cache that implement LocalManualCache Modifier and Type Class Description (package private) static classBoundedLocalCache.BoundedLocalLoadingCache<K,V>(package private) static classBoundedLocalCache.BoundedLocalManualCache<K,V>(package private) static classUnboundedLocalCache.UnboundedLocalLoadingCache<K,V>(package private) static classUnboundedLocalCache.UnboundedLocalManualCache<K,V>
-