| Package | Description |
|---|---|
| javax.cache.annotation |
The annotations in this package provide method interceptors for user supplied
classes.
|
| Modifier and Type | Method | Description |
|---|---|---|
CacheInvocationParameter[] |
CacheInvocationContext.getAllParameters() |
Returns a clone of the array of all method parameters.
|
CacheInvocationParameter[] |
CacheKeyInvocationContext.getKeyParameters() |
Returns a clone of the array of all method parameters to be used by the
CacheKeyGenerator in creating a GeneratedCacheKey. |
CacheInvocationParameter |
CacheKeyInvocationContext.getValueParameter() |
When a method is annotated with
CachePut this is the parameter
annotated with CacheValue |
Copyright © 2017. All rights reserved.