org.infinispan.cdi
Class CacheManager

java.lang.Object
  extended by 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

Constructor Summary
CacheManager()
           
 
Method Summary
<K,V> AdvancedCache<K,V>
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
 

Constructor Detail

CacheManager

public CacheManager()
Method Detail

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.