Useful for testing or simple caching scenarios, typically in combination with {@link org.springframework.cache.support.SimpleCacheManager} ordynamically through {@link ConcurrentMapCacheManager}.
Note: As {@link ConcurrentHashMap} (the default implementation used)does not allow for {@code null} values to be stored, this class will replacethem with a predefined internal object. This behavior can be changed through the {@link #ConcurrentMapCache(String,ConcurrentMap,boolean)} constructor. @author Costin Leau @author Juergen Hoeller @since 3.1
|
|
|
|
|
|
|
|
|
|
|
|