org.infinispan.cdi
Class CacheManager
java.lang.Object
org.infinispan.cdi.CacheManager
@GenericConfiguration(value=Infinispan.class)
public class CacheManager
- 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 |
CacheManager
public CacheManager()
getAdvancedCache
@Produces
@ApplyScope
public <K,V> AdvancedCache<K,V> getAdvancedCache(javax.enterprise.inject.spi.BeanManager beanManager)
Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.