/** * Implementation package for {@code java.util.concurrent} based caches. * Provides a {@link org.springframework.cache.CacheManager CacheManager} * and {@link org.springframework.cache.Cache Cache} implementation for * use in a Spring context, using a JDK based thread pool at runtime. */ package org.springframework.cache.concurrent;