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