Package org.springframework.cache.caffeine
@NonNullApi
@NonNullFields
package org.springframework.cache.caffeine
Support classes for the open source cache in
Caffeine library,
allowing to set up Caffeine caches within Spring's cache abstraction.
-
ClassDescriptionSpring
Cache
adapter implementation on top of a CaffeineCache
instance.CacheManager
implementation that lazily buildsCaffeineCache
instances for eachCaffeineCacheManager.getCache(java.lang.String)
request.