spring-framework / org.springframework.cache.jcache

Package org.springframework.cache.jcache

Types

JCacheCache

open class JCacheCache : AbstractValueAdaptingCache

org.springframework.cache.Cache implementation on top of a javax.cache.Cache instance.

Note: This class has been updated for JCache 1.0, as of Spring 4.0.

JCacheCacheManager

open class JCacheCacheManager : AbstractTransactionSupportingCacheManager

org.springframework.cache.CacheManager implementation backed by a JCache javax.cache.CacheManager.

Note: This class has been updated for JCache 1.0, as of Spring 4.0.

JCacheManagerFactoryBean

open class JCacheManagerFactoryBean : FactoryBean<CacheManager>, BeanClassLoaderAware, InitializingBean, DisposableBean

FactoryBean for a JCache javax.cache.CacheManager, obtaining a pre-defined CacheManager by name through the standard JCache javax.cache.Caching class.

Note: This class has been updated for JCache 1.0, as of Spring 4.0.