JCacheCache(jcache: Cache<Any, Any>)
Create an org.springframework.cache.jcache.JCacheCache instance.
jcache - backing JCache Cache instance
JCacheCache(jcache: Cache<Any, Any>, allowNullValues: Boolean)
Create an org.springframework.cache.jcache.JCacheCache instance.
jcache - backing JCache Cache instance
allowNullValues - whether to accept and convert null values for this cache