|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CacheInvocationParameter | |
|---|---|
| javax.cache.interceptor | This package contains annotations for adding caching interceptors to POJOs. |
| Uses of CacheInvocationParameter in javax.cache.interceptor |
|---|
| Methods in javax.cache.interceptor that return CacheInvocationParameter | |
|---|---|
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 CacheKey. |
CacheInvocationParameter |
CacheKeyInvocationContext.getValueParameter()
When a method is annotated with CachePut one parameter is the value to be cached. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||