org.infinispan.jcache.annotation
Class CacheKeyInvocationContextFactory
java.lang.Object
org.infinispan.jcache.annotation.CacheKeyInvocationContextFactory
@ApplicationScoped
public class CacheKeyInvocationContextFactory
- extends Object
- Author:
- Kevin Pollet (C) 2011 SERLI, Galder ZamarreƱo
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CacheKeyInvocationContextFactory
@Inject
public CacheKeyInvocationContextFactory(javax.enterprise.inject.spi.BeanManager beanManager)
CacheKeyInvocationContextFactory
protected CacheKeyInvocationContextFactory()
getCacheKeyInvocationContext
public <A extends Annotation> javax.cache.annotation.CacheKeyInvocationContext<A> getCacheKeyInvocationContext(InvocationContext invocationContext)
- Returns the cache key invocation context corresponding to the given invocation context.
- Parameters:
invocationContext
- the InvocationContext
.
- Returns:
- an instance of
CacheKeyInvocationContext
corresponding to the given InvocationContext
.
Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.