程序包 cn.taketoday.cache.concurrent
@NonNullApi
@NonNullFields
package cn.taketoday.cache.concurrent
Implementation package for
java.util.concurrent based caches.
Provides a CacheManager
and Cache implementation for
use in a Framework context, using a JDK based thread pool at runtime.-
类类说明Simple
Cacheimplementation based on the core JDKjava.util.concurrentpackage.FactoryBeanfor easy configuration of aConcurrentMapCachewhen used within a Framework container.CacheManagerimplementation that lazily buildsConcurrentMapCacheinstances for eachConcurrentMapCacheManager.getCache(java.lang.String)request.