Uses of Interface
javax.cache.annotation.CacheKeyInvocationContext
Packages that use CacheKeyInvocationContext
Package
Description
The annotations in this package provide method interceptors for user supplied
classes.
-
Uses of CacheKeyInvocationContext in javax.cache.annotation
Methods in javax.cache.annotation with parameters of type CacheKeyInvocationContextModifier and TypeMethodDescriptionCacheKeyGenerator.generateCacheKey
(CacheKeyInvocationContext<? extends Annotation> cacheKeyInvocationContext) Called for each intercepted method invocation to generate a suitable cache key (as aGeneratedCacheKey
) from theCacheKeyInvocationContext
data.