Uses of Interface
javax.cache.interceptor.CacheKey

Packages that use CacheKey
javax.cache.interceptor This package contains annotations for adding caching interceptors to POJOs. 
 

Uses of CacheKey in javax.cache.interceptor
 

Classes in javax.cache.interceptor that implement CacheKey
 class DefaultCacheKey
          Default cache key implementation.
 

Methods in javax.cache.interceptor that return CacheKey
 CacheKey DefaultCacheKeyGenerator.generateCacheKey(javax.interceptor.InvocationContext invocationContext)
           
 CacheKey CacheKeyGenerator.generateCacheKey(javax.interceptor.InvocationContext invocationContext)
          Called for each intercepted method invocation.
 



true