open class CaffeineCache : AbstractValueAdaptingCache
Spring org.springframework.cache.Cache adapter implementation on top of a Caffeine com.github.benmanes.caffeine.cache.Cache instance. Requires Caffeine 2.1 or higher. |
|
open class CaffeineCacheManager : CacheManager
CacheManager implementation that lazily builds CaffeineCache instances for each The configuration of the underlying cache can be fine-tuned through a Caffeine builder or CaffeineSpec, passed into this CacheManager through Requires Caffeine 2.1 or higher. |