Uses of Interface
javax.cache.annotation.GeneratedCacheKey
-
Packages that use GeneratedCacheKey Package Description javax.cache.annotation 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 GeneratedCacheKey Modifier and Type Method Description GeneratedCacheKeyCacheKeyGenerator. generateCacheKey(CacheKeyInvocationContext<? extends java.lang.annotation.Annotation> cacheKeyInvocationContext)Called for each intercepted method invocation to generate a suitable cache key (as aGeneratedCacheKey) from theCacheKeyInvocationContextdata.
-