Class AdvancedCacheProducer

java.lang.Object
org.infinispan.cdi.embedded.AdvancedCacheProducer

@ApplicationScoped public class AdvancedCacheProducer extends Object
This class is responsible to produce the Cache and AdvancedCache. This class use the Generic Beans mechanism provided by Seam Solder.
Author:
Pete Muir, Kevin Pollet <kevin.pollet@serli.com> (C) 2011 SERLI
  • Constructor Details

    • AdvancedCacheProducer

      public AdvancedCacheProducer()
  • Method Details

    • getAdvancedCache

      public <K, V> org.infinispan.AdvancedCache<K,V> getAdvancedCache(String name, Set<Annotation> qualifiers)