Uses of Interface
javax.cache.annotation.CacheInvocationParameter
-
Packages that use CacheInvocationParameter Package Description javax.cache.annotation The annotations in this package provide method interceptors for user supplied classes. -
-
Uses of CacheInvocationParameter in javax.cache.annotation
Methods in javax.cache.annotation that return CacheInvocationParameter 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 theCacheKeyGeneratorin creating aGeneratedCacheKey.CacheInvocationParameterCacheKeyInvocationContext. getValueParameter()When a method is annotated withCachePutthis is the parameter annotated withCacheValue
-