Generated by
JDiff

Class org.springframework.cache.concurrent.ConcurrentMapCache

Added Constructors
ConcurrentMapCache(String, ConcurrentMap<Object, Object>, boolean, SerializationDelegate) Create a new ConcurrentMapCache with the specified name and the given internal ConcurrentMap to use.
 

Added Methods
T get(Object, Callable<T>)  
boolean isStoreByValue() Return whether this cache stores a copy of each entry ({@code true}) or a reference ({@code false}, default).
 

Changed Methods
Object fromStoreValue(Object) Method was inherited from AbstractValueAdaptingCache, but is now defined locally.  
Object toStoreValue(Object) Method was inherited from AbstractValueAdaptingCache, but is now defined locally.