Uses of Interface
org.infinispan.manager.CacheContainer

Packages that use CacheContainer
org.infinispan.client.hotrod   
org.infinispan.demos.gridfs   
org.infinispan.manager Cache manager package 
org.infinispan.server.websocket   
org.infinispan.spring.provider Spring Infinispan - An implementation of Spring 3.1's Cache SPI based on JBoss Infinispan. 
org.infinispan.spring.support   
 

Uses of CacheContainer in org.infinispan.client.hotrod
 

Classes in org.infinispan.client.hotrod that implement CacheContainer
 class RemoteCacheManager
          Factory for RemoteCaches.
 

Uses of CacheContainer in org.infinispan.demos.gridfs
 

Fields in org.infinispan.demos.gridfs declared as CacheContainer
static CacheContainer CacheManagerHolder.cacheContainer
           
 

Uses of CacheContainer in org.infinispan.manager
 

Subinterfaces of CacheContainer in org.infinispan.manager
 interface CacheManager
          Deprecated. 
 interface EmbeddedCacheManager
          EmbeddedCacheManager is an CacheManager that runs in the same JVM as the client.
 

Classes in org.infinispan.manager that implement CacheContainer
 class DefaultCacheManager
          A CacheManager is the primary mechanism for retrieving a Cache instance, and is often used as a starting point to using the Cache.
 

Uses of CacheContainer in org.infinispan.server.websocket
 

Constructors in org.infinispan.server.websocket with parameters of type CacheContainer
WebSocketServerHandler(CacheContainer cacheContainer, Map<String,OpHandler> operationHandlers, Map<String,Cache> startedCaches)
           
 

Uses of CacheContainer in org.infinispan.spring.provider
 

Constructors in org.infinispan.spring.provider with parameters of type CacheContainer
ContainerCacheManagerFactoryBean(CacheContainer cacheContainer)
           
 

Uses of CacheContainer in org.infinispan.spring.support
 

Methods in org.infinispan.spring.support with parameters of type CacheContainer
 void InfinispanDefaultCacheFactoryBean.setInfinispanCacheContainer(CacheContainer infinispanCacheContainer)
           Sets the org.infinispan.manager.CacheContainer to be used for creating our Cache instance.
 


-->

Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.