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 GeneratedCacheKey
CacheKeyGenerator. generateCacheKey(CacheKeyInvocationContext<? extends Annotation> cacheKeyInvocationContext)
Called for each intercepted method invocation to generate a suitable cache key (as aGeneratedCacheKey
) from theCacheKeyInvocationContext
data.
-