Package org.infinispan.cdi.embedded
Class AdvancedCacheProducer
java.lang.Object
org.infinispan.cdi.embedded.AdvancedCacheProducer
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<K,V> org.infinispan.AdvancedCache<K, V> getAdvancedCache(String name, Set<Annotation> qualifiers)
-
Constructor Details
-
AdvancedCacheProducer
public AdvancedCacheProducer()
-
-
Method Details
-
getAdvancedCache
public <K,V> org.infinispan.AdvancedCache<K,V> getAdvancedCache(String name, Set<Annotation> qualifiers)
-