Package | Description |
---|---|
org.springframework.cache.concurrent |
Implementation package for
java.util.concurrent based caches. |
Constructor and Description |
---|
ConcurrentMapCache(java.lang.String name,
java.util.concurrent.ConcurrentMap<java.lang.Object,java.lang.Object> store,
boolean allowNullValues,
SerializationDelegate serialization)
Create a new ConcurrentMapCache with the specified name and the
given internal
ConcurrentMap to use. |