Package com.github.benmanes.caffeine.jcache
package com.github.benmanes.caffeine.jcache
-
ClassDescriptionA factory for creating a cache from the configuration.CacheFactory.Builder<K,
V> A one-shot builder for creating a cache instance.An implementation of JSR-107CacheManager
that manages Caffeine-based caches.CacheProxy<K,V> An implementation of JSR-107Cache
backed by a Caffeine cache.EntryProxy<K,V> An implementation of JSR-107Cache.Entry
.Expirable<V>A value with an expiration timestamp.LoadingCacheProxy<K,V> An implementation of JSR-107Cache
backed by a Caffeine loading cache.