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.

See:
          Description

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

Package org.springframework.cache.ehcache Description

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