程序包 cn.taketoday.cache.support
package cn.taketoday.cache.support
-
类类说明Abstract base class implementing the common
CacheManagermethods.Common base class forCacheimplementations that need to adaptnullvalues (and potentially other such special values) before passing them on to the underlying store.FrameworkCacheadapter implementation on top of a CaffeineCacheinstance.CacheManagerimplementation that lazily buildsCaffeineCacheinstances for eachCaffeineCacheManager.getCache(java.lang.String)request.CompositeCacheManagerimplementation that iterates over a given collection of delegateCacheManagerinstances.A no operationCacheimplementation suitable for disabling caching.A basic, no operationCacheManagerimplementation suitable for disabling caching, typically used for backing cache declarations without an actual backing store.Simple cache manager working against a given collection of caches.Straightforward implementation ofCache.ValueWrapper, simply holding the value as given at construction and returning it fromSimpleValueWrapper.get().