Package org.springframework.cache.concurrent
@NullMarked
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.
- 
ClassesClassDescriptionSimpleCacheimplementation based on the core JDKjava.util.concurrentpackage.FactoryBeanfor easy configuration of aConcurrentMapCachewhen used within a Spring container.CacheManagerimplementation that lazily buildsConcurrentMapCacheinstances for eachConcurrentMapCacheManager.getCache(String)request.