package

org.springframework.cache.ehcache

Support classes for the open source cache Ehcache, allowing to set up an EHCache CacheManager and Caches as beans in a Spring context.

Classes

EhCacheCache Cache implementation on top of an Ehcache instance. 
EhCacheCacheManager CacheManager backed by an Ehcache net.sf.ehcache.CacheManager. 
EhCacheFactoryBean FactoryBean that creates a named EHCache net.sf.ehcache.Cache instance (or a decorator that implements the net.sf.ehcache.Ehcache interface), representing a cache region within an EHCache net.sf.ehcache.CacheManager. 
EhCacheManagerFactoryBean FactoryBean that exposes an EHCache net.sf.ehcache.CacheManager instance (independent or shared), configured from a specified config location.