| Class | Description |
|---|---|
| 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. |