程序包 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.类概要 类 说明 JCacheCache Cache
implementation on top of ajavax.cache.Cache
instance.JCacheCacheManager CacheManager
implementation backed by a JCachejavax.cache.CacheManager
.JCacheManagerFactoryBean FactoryBean
for a JCacheCacheManager
, obtaining a pre-defined CacheManager by name through the standard JCacheCaching
class.