Uses of Interface
javax.cache.annotation.CacheKey

Packages that use CacheKey
com.caucho.config.util   
javax.cache.annotation   
 

Uses of CacheKey in com.caucho.config.util
 

Classes in com.caucho.config.util that implement CacheKey
 class CacheKeyImpl
          Key for a cacheable method.
 

Methods in com.caucho.config.util that return CacheKey
 CacheKey CacheKeyGeneratorImpl.generateKey(java.lang.Object target, java.lang.Object... args)
           
 

Uses of CacheKey in javax.cache.annotation
 

Methods in javax.cache.annotation that return CacheKey
 CacheKey CacheKeyGenerator.generateCacheKey(CacheKeyInvocationContext<? extends java.lang.annotation.Annotation> invocationContext)