spring-framework / org.springframework.cache.caffeine / CaffeineCache / <init>

<init>

CaffeineCache(name: String, cache: Cache<Any, Any>)

Create a CaffeineCache instance with the specified name and the given internal com.github.benmanes.caffeine.cache.Cache to use.

Parameters

name - the name of the cache

cache - the backing Caffeine Cache instance

CaffeineCache(name: String, cache: Cache<Any, Any>, allowNullValues: Boolean)

Create a CaffeineCache instance with the specified name and the given internal com.github.benmanes.caffeine.cache.Cache to use.

Parameters

name - the name of the cache

cache - the backing Caffeine Cache instance

allowNullValues - whether to accept and convert null values for this cache