@ApplicationScoped public class CacheKeyInvocationContextFactory extends Object
Modifier | Constructor and Description |
---|---|
protected |
CacheKeyInvocationContextFactory() |
|
CacheKeyInvocationContextFactory(javax.enterprise.inject.spi.BeanManager beanManager) |
Modifier and Type | Method and Description |
---|---|
<A extends Annotation> |
getCacheKeyInvocationContext(InvocationContext invocationContext)
Returns the cache key invocation context corresponding to the given invocation context.
|
@Inject public CacheKeyInvocationContextFactory(javax.enterprise.inject.spi.BeanManager beanManager)
protected CacheKeyInvocationContextFactory()
public <A extends Annotation> javax.cache.annotation.CacheKeyInvocationContext<A> getCacheKeyInvocationContext(InvocationContext invocationContext)
invocationContext
- the InvocationContext
.CacheKeyInvocationContext
corresponding to the given InvocationContext
.Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.