Generated by
JDiff

Package org.springframework.cache.interceptor

Removed Classes and Interfaces
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.
 

Added Classes and Interfaces
AbstractCacheResolver A base CacheResolver implementation that requires the concrete implementation to provide the collection of cache name(s) based on the invocation context.
BasicOperation The base interface that all cache operations must implement.
 

Changed Classes and Interfaces
CacheOperation Base class for cache operations.
CacheOperationInvocationContext Represent the context of the invocation of a cache operation.
NamedCacheResolver A CacheResolver that forces the resolution to a configurable collection of name(s) against a given CacheManager.
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()
SimpleKeyGenerator Simple key generator.