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 -
Method Summary
Modifier and TypeMethodDescriptionjavax.cache.annotation.GeneratedCacheKeygenerateCacheKey(javax.cache.annotation.CacheKeyInvocationContext<? extends Annotation> cacheKeyInvocationContext)
-
Constructor Details
-
FrontCacheKeyGenerator
public FrontCacheKeyGenerator()
-
-
Method Details
-
generateCacheKey
public javax.cache.annotation.GeneratedCacheKey generateCacheKey(javax.cache.annotation.CacheKeyInvocationContext<? extends Annotation> cacheKeyInvocationContext) - Specified by:
generateCacheKeyin interfacejavax.cache.annotation.CacheKeyGenerator
-