Generated by
JDiff

Package org.springframework.cache.jcache.interceptor

Removed Classes
AbstractCacheInterceptor A base interceptor for JSR-107 cache annotations.
AbstractKeyCacheInterceptor A base interceptor for JSR-107 key-based cache annotations.
AnnotationCacheOperationSource Implementation of the JCacheOperationSource interface that reads the JSR-107 CacheResult, CachePut, CacheRemove and CacheRemoveAll annotations.
CachePutInterceptor Intercept methods annotated with CachePut.
CacheRemoveAllInterceptor Intercept methods annotated with CacheRemoveAll.
CacheRemoveEntryInterceptor Intercept methods annotated with CacheRemove.
CacheResolverAdapter Spring's CacheResolver implementation that delegates to a standard JSR-107 javax.cache.annotation.CacheResolver.
CacheResultInterceptor Intercept methods annotated with CacheResult.
DefaultCacheInvocationContext The default CacheOperationInvocationContext implementation used by all interceptors.
DefaultCacheKeyInvocationContext The default CacheKeyInvocationContext implementation.
KeyGeneratorAdapter Spring's KeyGenerator implementation that delegates to a standard JSR-107 javax.cache.annotation.CacheKeyGenerator.
SimpleCacheKeyGenerator A JSR-107 compliant key generator.
SimpleGeneratedCacheKey A SimpleKey that implements the GeneratedCacheKey contract required by JSR-107
 

Added Classes and Interfaces
AnnotationJCacheOperationSource Implementation of the JCacheOperationSource interface that reads the JSR-107 CacheResult, CachePut, CacheRemove and CacheRemoveAll annotations.
JCacheOperation Model the base of JSR-107 cache operation.
 

Changed Classes and Interfaces
AbstractFallbackJCacheOperationSource Abstract implementation of JCacheOperationSource that caches attributes for methods and implements a fallback policy: 1.
DefaultJCacheOperationSource The default JCacheOperationSource implementation delegating default operations to configurable services with sensible defaults when not present.
JCacheOperationSource Interface used by JCacheInterceptor.
SimpleExceptionCacheResolver A simple CacheResolver that resolves the exception cache based on a configurable CacheManager and the name of the cache: CacheResultOperation.getExceptionCacheName()