All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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 - 2024 Weber Informatics LLC | Privacy Policy