Generated by
JDiff

Class org.springframework.cache.concurrent.ConcurrentMapCacheManager

Added interface org.springframework.beans.factory.BeanClassLoaderAware.

Added Methods
boolean isStoreByValue() Return whether this cache manager stores a copy of each entry or a reference for all its caches.
void setBeanClassLoader(ClassLoader)  
void setStoreByValue(boolean) Specify whether this cache manager stores a copy of each entry ({@code true} or the reference ({@code false} for all of its caches.