Package org.springframework.cache.ehcache
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.
Class Summary Class Description EhCacheCache EhCacheCacheManager CacheManager backed by an EhCacheCacheManager.EhCacheFactoryBean FactoryBeanthat creates a named EhCacheCacheinstance (or a decorator that implements theEhcacheinterface), representing a cache region within an EhCacheCacheManager.EhCacheManagerFactoryBean FactoryBeanthat exposes an EhCacheCacheManagerinstance (independent or shared), configured from a specified config location.EhCacheManagerUtils Convenient builder methods for EhCache 2.5+CacheManagersetup, providing easy programmatic bootstrapping from a Spring-provided resource.