Class CacheKeyGeneratorImpl
java.lang.Object
org.apache.commons.jcs3.jcache.cdi.CacheKeyGeneratorImpl
- All Implemented Interfaces:
javax.cache.annotation.CacheKeyGenerator
public class CacheKeyGeneratorImpl
extends Object
implements javax.cache.annotation.CacheKeyGenerator
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionjavax.cache.annotation.GeneratedCacheKey
generateCacheKey
(javax.cache.annotation.CacheKeyInvocationContext<? extends Annotation> cacheKeyInvocationContext)
-
Constructor Details
-
CacheKeyGeneratorImpl
public CacheKeyGeneratorImpl()
-
-
Method Details
-
generateCacheKey
public javax.cache.annotation.GeneratedCacheKey generateCacheKey(javax.cache.annotation.CacheKeyInvocationContext<? extends Annotation> cacheKeyInvocationContext) - Specified by:
generateCacheKey
in interfacejavax.cache.annotation.CacheKeyGenerator
-