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) interface
LocalLoadingCache<C extends LocalCache<K,V>,K,V>
This class provides a skeletal implementation of theLoadingCache
interface 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 class
BoundedLocalCache.BoundedLocalLoadingCache<K,V>
(package private) static class
BoundedLocalCache.BoundedLocalManualCache<K,V>
(package private) static class
UnboundedLocalCache.UnboundedLocalLoadingCache<K,V>
(package private) static class
UnboundedLocalCache.UnboundedLocalManualCache<K,V>
-