Package org.infinispan.jcache.annotation
Class DefaultCacheKeyGenerator
- java.lang.Object
-
- org.infinispan.jcache.annotation.DefaultCacheKeyGenerator
-
- All Implemented Interfaces:
javax.cache.annotation.CacheKeyGenerator
@ApplicationScoped public class DefaultCacheKeyGenerator extends Object implements javax.cache.annotation.CacheKeyGenerator
DefaultCacheKeyGenerator
implementation. By default all key parameters of the intercepted method compose theCacheKey
.- Author:
- Kevin Pollet
(C) 2011 SERLI, Galder ZamarreƱo
-
-
Constructor Summary
Constructors Constructor Description DefaultCacheKeyGenerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.cache.annotation.GeneratedCacheKey
generateCacheKey(javax.cache.annotation.CacheKeyInvocationContext<? extends Annotation> cacheKeyInvocationContext)
-
-
-
Method Detail
-
generateCacheKey
public javax.cache.annotation.GeneratedCacheKey generateCacheKey(javax.cache.annotation.CacheKeyInvocationContext<? extends Annotation> cacheKeyInvocationContext)
- Specified by:
generateCacheKey
in interfacejavax.cache.annotation.CacheKeyGenerator
-
-