Uses of Interface
javax.cache.annotation.CacheKeyGenerator
-
Packages that use CacheKeyGenerator Package Description javax.cache.annotation The annotations in this package provide method interceptors for user supplied classes. -
-
Uses of CacheKeyGenerator in javax.cache.annotation
Methods in javax.cache.annotation that return types with arguments of type CacheKeyGenerator Modifier and Type Method Description java.lang.Class<? extends CacheKeyGenerator>
cacheKeyGenerator()
TheCacheKeyGenerator
to use to generate theGeneratedCacheKey
for interacting with the specified Cache.java.lang.Class<? extends CacheKeyGenerator>
cacheKeyGenerator()
TheCacheKeyGenerator
to use to generate theGeneratedCacheKey
for interacting with the specified Cache.java.lang.Class<? extends CacheKeyGenerator>
cacheKeyGenerator()
TheCacheKeyGenerator
to use to generate theGeneratedCacheKey
for interacting with the specified Cache.java.lang.Class<? extends CacheKeyGenerator>
cacheKeyGenerator()
TheCacheKeyGenerator
to use to generate theGeneratedCacheKey
for interacting with the specified Cache.
-