org.springframework.cache.concurrent.package-info Maven / Gradle / Ivy
/**
 * 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;
    © 2015 - 2025 Weber Informatics LLC | Privacy Policy