Methods in javax.cache.annotation 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. |