Class CacheKeyInvocationContextFactory

java.lang.Object
org.infinispan.jcache.annotation.CacheKeyInvocationContextFactory

@ApplicationScoped public class CacheKeyInvocationContextFactory extends Object
Author:
Kevin Pollet <kevin.pollet@serli.com> (C) 2011 SERLI, Galder ZamarreƱo
  • Constructor Details

    • CacheKeyInvocationContextFactory

      @Inject public CacheKeyInvocationContextFactory(javax.enterprise.inject.spi.BeanManager beanManager)
    • CacheKeyInvocationContextFactory

      protected CacheKeyInvocationContextFactory()
  • Method Details

    • getCacheKeyInvocationContext

      public <A extends Annotation> CacheKeyInvocationContextImpl<A> getCacheKeyInvocationContext(javax.interceptor.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.