| CacheFactory |
A factory for creating a cache from the configuration.
|
| CacheFactory.Builder<K,V> |
A one-shot builder for creating a cache instance.
|
| CacheFactory.ExpirableToExpiry<K,V> |
|
| CacheFactory.ExpiryAdapter<K,V> |
|
| CacheManagerImpl |
An implementation of JSR-107 CacheManager that manages Caffeine-based caches.
|
| CacheProxy<K,V> |
An implementation of JSR-107 Cache backed by a Caffeine cache.
|
| EntryProxy<K,V> |
An implementation of JSR-107 Cache.Entry.
|
| Expirable<V> |
A value with an expiration timestamp.
|
| LoadingCacheProxy<K,V> |
An implementation of JSR-107 Cache backed by a Caffeine loading cache.
|