spring-framework / org.springframework.cache.jcache / JCacheCache / <init>

<init>

JCacheCache(jcache: Cache<Any, Any>)

Create an org.springframework.cache.jcache.JCacheCache instance.

Parameters

jcache - backing JCache Cache instance

JCacheCache(jcache: Cache<Any, Any>, allowNullValues: Boolean)

Create an org.springframework.cache.jcache.JCacheCache instance.

Parameters

jcache - backing JCache Cache instance

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