@ApplicationScoped public class DefaultCacheKeyGenerator extends Object implements javax.cache.annotation.CacheKeyGenerator
CacheKeyGenerator implementation.
By default all key parameters of the intercepted method compose the
CacheKey.| Constructor and Description |
|---|
DefaultCacheKeyGenerator() |
| Modifier and Type | Method and Description |
|---|---|
javax.cache.annotation.GeneratedCacheKey |
generateCacheKey(javax.cache.annotation.CacheKeyInvocationContext<? extends Annotation> cacheKeyInvocationContext) |
public javax.cache.annotation.GeneratedCacheKey generateCacheKey(javax.cache.annotation.CacheKeyInvocationContext<? extends Annotation> cacheKeyInvocationContext)
generateCacheKey in interface javax.cache.annotation.CacheKeyGeneratorCopyright © 2024 JBoss, a division of Red Hat. All rights reserved.