org.infinispan.cdi
Class AdvancedCacheProducer
java.lang.Object
org.infinispan.cdi.AdvancedCacheProducer
@GenericConfiguration(value=ConfigureCache.class)
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 (C) 2011 SERLI
Method Summary |
|
getAdvancedCache(javax.enterprise.inject.spi.BeanManager beanManager)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AdvancedCacheProducer
public AdvancedCacheProducer()
getAdvancedCache
@Produces
@ApplyScope
public <K,V> AdvancedCache<K,V> getAdvancedCache(javax.enterprise.inject.spi.BeanManager beanManager)
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.