Class 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 Detail

      • AdvancedCacheProducer

        public AdvancedCacheProducer()
    • Method Detail

      • getAdvancedCache

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