Package org.springframework.cache.concurrent
@NonNullApi
@NonNullFields
package org.springframework.cache.concurrent
Implementation package for
java.util.concurrent
based caches.
Provides a CacheManager
and Cache
implementation for
use in a Spring context, using a JDK based thread pool at runtime.-
ClassDescriptionSimple
Cache
implementation based on the core JDKjava.util.concurrent
package.FactoryBean
for easy configuration of aConcurrentMapCache
when used within a Spring container.CacheManager
implementation that lazily buildsConcurrentMapCache
instances for eachConcurrentMapCacheManager.getCache(java.lang.String)
request.