Package org.springframework.cache.jcache
@NonNullApi
@NonNullFields
package org.springframework.cache.jcache
Implementation package for JSR-107 (javax.cache aka "JCache") based caches.
Provides a
CacheManager
and Cache
implementation for
use in a Spring context, using a JSR-107 compliant cache provider.-
ClassDescription
Cache
implementation on top of ajavax.cache.Cache
instance.CacheManager
implementation backed by a JCachejavax.cache.CacheManager
.FactoryBean
for a JCachejavax.cache.CacheManager
, obtaining a pre-definedCacheManager
by name through the standard JCachejavax.cache.Caching
class.