Generated by
JDiff

Package org.springframework.cache.ehcache

Added Classes
EhCacheManagerUtils Convenient builder methods for EhCache 2.5+ CacheManager setup, providing easy programmatic bootstrapping from a Spring-provided resource.
 

Changed Classes
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.