Uses of Interface
com.github.benmanes.caffeine.cache.Cache
Packages that use Cache
-
Uses of Cache in com.github.benmanes.caffeine.cache
Subinterfaces of Cache in com.github.benmanes.caffeine.cacheModifier and TypeInterfaceDescriptioninterface
LoadingCache<K,
V> A semi-persistent mapping from keys to values.(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
.(package private) interface
LocalManualCache<C extends LocalCache<K,
V>, K, V> This class provides a skeletal implementation of theCache
interface to minimize the effort required to implement aLocalCache
.Classes in com.github.benmanes.caffeine.cache that implement CacheModifier and TypeClassDescription(package private) static final class
(package private) static class
(package private) final class
(package private) static final class
(package private) static class
Methods in com.github.benmanes.caffeine.cache that return Cache