Package org.infinispan.cdi.embedded
Class AdvancedCacheProducer
- java.lang.Object
-
- org.infinispan.cdi.embedded.AdvancedCacheProducer
-
@ApplicationScoped public class AdvancedCacheProducer extends Object
This class is responsible to produce theCacheandAdvancedCache. This class use the Generic Beans mechanism provided by Seam Solder.- Author:
- Pete Muir, Kevin Pollet <kevin.pollet@serli.com> (C) 2011 SERLI
-
-
Constructor Summary
Constructors Constructor Description AdvancedCacheProducer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <K,V>
org.infinispan.AdvancedCache<K,V>getAdvancedCache(String name, Set<Annotation> qualifiers)
-
-
-
Method Detail
-
getAdvancedCache
public <K,V> org.infinispan.AdvancedCache<K,V> getAdvancedCache(String name, Set<Annotation> qualifiers)
-
-