Uses of Interface
javax.cache.annotation.CacheKeyInvocationContext
-
Packages that use CacheKeyInvocationContext Package Description javax.cache.annotation 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 CacheKeyInvocationContext 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.
-