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 org.springframework.cache.jcache.

/** * Support classes for the open source cache * <a href="http://ehcache.sourceforge.net">EhCache 2.x</a>, * allowing to set up an EhCache CacheManager and Caches * as beans in a Spring context. * * <p>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;