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

org.springframework.cache.ehcache.package-info Maven / Gradle / Ivy

There is a newer version: 6.1.6
Show newest version
/**
 * Support classes for the open source cache
 * EhCache 2.x,
 * allowing to set up an EhCache CacheManager and Caches
 * as beans in a Spring context.
 *
 * 

Note: EhCache 3.x lives in a different package namespace * and is not covered by the traditional support classes here. * Instead, consider using it through JCache (JSR-107), with * Spring's support in {@code org.springframework.cache.jcache}. */ @NonNullApi @NonNullFields package org.springframework.cache.ehcache; import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullFields;





© 2015 - 2024 Weber Informatics LLC | Privacy Policy