Generated by
JDiff

Package org.springframework.cache.interceptor

Removed Interfaces
CacheAspectSupport.Invoker  
 

Added Classes and Interfaces
AbstractCacheInvoker A base component for invoking Cache operations and using a configurable CacheErrorHandler when an exception occurs.
BaseCacheResolver A base CacheResolver implementation that requires the concrete implementation to provide the collection of cache name(s) based on the invocation context.
BasicCacheOperation The base interface that all cache operations must implement.
CacheAspectSupport.CacheOperationMetadata Metadata of a cache operation that does not depend on a particular invocation which makes it a good candidate for caching.
CacheErrorHandler A strategy for handling cache-related errors.
CacheOperationInvocationContext Represent the context of the invocation of a cache operation.
CacheOperationInvoker Abstract the invocation of a cache operation.
CacheOperationInvoker.
ThrowableWrapper
Wrap any exception thrown while invoking .invoke()
CacheResolver Determine the Cache instance(s) to use for an intercepted method invocation.
NamedCacheResolver A CacheResolver that forces the resolution to a configurable collection of name(s) against a given CacheManager.
SimpleCacheErrorHandler A simple CacheErrorHandler that does not handle the exception at all, simply throwing it back at the client.
SimpleCacheResolver A simple CacheResolver that resolves the Cache instance(s) based on a configurable CacheManager and the name of the cache(s) as provided by getCacheNames()
 

Changed Classes
CacheAspectSupport Base class for caching aspects, such as the CacheInterceptor or an AspectJ aspect.
CacheAspectSupport.CacheOperationContext  
CacheOperation Base class for cache operations.
SimpleKey A simple key as returned from the SimpleKeyGenerator.