Class FrontCacheKeyGenerator
- java.lang.Object
-
- org.talend.sdk.component.server.service.jcache.FrontCacheKeyGenerator
-
- All Implemented Interfaces:
javax.cache.annotation.CacheKeyGenerator
@ApplicationScoped public class FrontCacheKeyGenerator extends Object implements javax.cache.annotation.CacheKeyGenerator
-
-
Constructor Summary
Constructors Constructor Description FrontCacheKeyGenerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.cache.annotation.GeneratedCacheKeygenerateCacheKey(javax.cache.annotation.CacheKeyInvocationContext<? extends Annotation> cacheKeyInvocationContext)
-
-
-
Constructor Detail
-
FrontCacheKeyGenerator
public FrontCacheKeyGenerator()
-
-
Method Detail
-
generateCacheKey
public javax.cache.annotation.GeneratedCacheKey generateCacheKey(javax.cache.annotation.CacheKeyInvocationContext<? extends Annotation> cacheKeyInvocationContext)
- Specified by:
generateCacheKeyin interfacejavax.cache.annotation.CacheKeyGenerator
-
-