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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionjavax.cache.annotation.GeneratedCacheKeygenerateCacheKey(javax.cache.annotation.CacheKeyInvocationContext<? extends Annotation> cacheKeyInvocationContext) 
- 
Constructor Details- 
CacheKeyGeneratorImplpublic CacheKeyGeneratorImpl()
 
- 
- 
Method Details- 
generateCacheKeypublic javax.cache.annotation.GeneratedCacheKey generateCacheKey(javax.cache.annotation.CacheKeyInvocationContext<? extends Annotation> cacheKeyInvocationContext) - Specified by:
- generateCacheKeyin interface- javax.cache.annotation.CacheKeyGenerator
 
 
-