| CacheableArgument |
A method parameter annotation that is used to further control how method
cache keys are generated by the
CacheableMethodManager#getKeyFactoryForParameterType(Class, boolean)
|
| CacheableMethodKeyFactory |
Factory for producing a Serializable cache key from a
ProceedingJoinPoint method invocation.
|
| CacheableMethodKeyFactoryManager |
Support class that determines the caching policy for a particular method by
producing a CacheableMethodKeyFactory for that method.
|
| CacheableMethodManager |
Support class providing functionality for caching the output of arbitrary
method calls, using the arguments to the method to generate the cache key.
|
| CacheableObjectKeyFactory |
Factory for producing a Serializable cache key from a and arbitrary
object.
|
| CacheKeyInfo |
Encapsulates cache key information, including the cache key for a particular
method call and whether the cache should be refreshed for a particular method
call.
|