| Package | Description |
|---|---|
| javax.cache.annotation |
The annotations in this package provide method interceptors for user supplied
classes.
|
| Class | Description |
|---|---|
| CacheInvocationContext |
Runtime information about an intercepted method invocation for a method
annotated with
CacheResult, CachePut, CacheRemove,
or CacheRemoveAll |
| CacheInvocationParameter |
A parameter to an intercepted method invocation.
|
| CacheKeyInvocationContext |
Runtime information about an intercepted method invocation for a method
annotated with
CacheResult, CachePut, or
CacheRemove. |
| CacheMethodDetails |
Static information about a method annotated with one of:
CacheResult, CachePut, CacheRemove, or CacheRemoveAll |
| CacheResolver |
Determines the
Cache to use for an intercepted method invocation. |
| CacheResult |
When a method annotated with
CacheResult is invoked a
GeneratedCacheKey will be generated and Cache.get(Object) is
called before the annotated method actually executes. |
| GeneratedCacheKey |
A
Serializable, immutable, thread-safe object that is used as a key,
automatically generated by a CacheKeyGenerator. |
Copyright © 2017. All rights reserved.