Uses of Interface
javax.cache.annotation.CacheInvocationParameter
Packages that use CacheInvocationParameter
Package
Description
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 CacheInvocationParameterModifier and TypeMethodDescriptionCacheInvocationContext.getAllParameters()
Returns a clone of the array of all method parameters.CacheKeyInvocationContext.getKeyParameters()
Returns a clone of the array of all method parameters to be used by theCacheKeyGenerator
in creating aGeneratedCacheKey
.CacheKeyInvocationContext.getValueParameter()
When a method is annotated withCachePut
this is the parameter annotated withCacheValue