Java org.springframework.cache.concurrent ConcurrentMapCache fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.cache.concurrent ConcurrentMapCache fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.cache.concurrent ConcurrentMapCache.

The text is from its open source code.

Subclass

org.springframework.cache.concurrent.ConcurrentMapCache has subclasses.
Click this link to see all its subclasses.

Constructor

ConcurrentMapCache(String name)
Create a new ConcurrentMapCache with the specified name.
ConcurrentMapCache(String name, ConcurrentMap store, boolean allowNullValues)
Create a new ConcurrentMapCache with the specified name and the given internal ConcurrentMap to use.