Generated by
JDiff

Class org.springframework.cache.ehcache.EhCacheFactoryBean

The superclass changed from java.lang.Object to CacheConfiguration.

Removed Methods
void setClearOnFlush(boolean) Set whether the memory store should be cleared when flush is called on the cache.
void setDiskExpiryThreadIntervalSeconds(int) Set the number of seconds between runs of the disk expiry thread.
void setDiskPersistent(boolean) Set whether the disk store persists between restarts of the Virtual Machine.
void setEternal(boolean) Set whether elements are considered as eternal.
void setMaxElementsInMemory(int) Specify the maximum number of cached objects in memory.
void setMaxElementsOnDisk(int) Specify the maximum number of cached objects on disk.
void setMemoryStoreEvictionPolicy(MemoryStoreEvictionPolicy) Set the memory style eviction policy for this cache.
void setOverflowToDisk(boolean) Set whether elements can overflow to disk when the in-memory cache has reached the maximum size limit.