|
Generated by JDiff |
|||||||
PREV PACKAGE NEXT PACKAGE FRAMES NO FRAMES | DETAIL: REMOVED | ADDED | CHANGED |
Removed Interfaces | |
|
Added Classes and Interfaces | |
|
A base component for invoking Cache operations and using a configurable CacheErrorHandler when an exception occurs. |
|
A base CacheResolver implementation that requires the concrete implementation to provide the collection of cache name(s) based on the invocation context. |
|
The base interface that all cache operations must implement. |
|
Metadata of a cache operation that does not depend on a particular invocation which makes it a good candidate for caching. |
|
A strategy for handling cache-related errors. |
|
Represent the context of the invocation of a cache operation. |
|
Abstract the invocation of a cache operation. |
ThrowableWrapper |
Wrap any exception thrown while invoking .invoke() |
|
Determine the Cache instance(s) to use for an intercepted method invocation. |
|
A CacheResolver that forces the resolution to a configurable collection of name(s) against a given CacheManager. |
|
A simple CacheErrorHandler that does not handle the exception at all, simply throwing it back at the client. |
|
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 | |
|
Base class for caching aspects, such as the CacheInterceptor or an AspectJ aspect. |
|
|
|
Base class for cache operations. |
|
A simple key as returned from the SimpleKeyGenerator. |
|
||||||||
PREV PACKAGE NEXT PACKAGE FRAMES NO FRAMES |