|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CacheContainer | |
---|---|
org.infinispan.client.hotrod | |
org.infinispan.demos.gridfs | |
org.infinispan.manager | Cache manager package |
org.infinispan.server.websocket |
Uses of CacheContainer in org.infinispan.client.hotrod |
---|
Classes in org.infinispan.client.hotrod that implement CacheContainer | |
---|---|
class |
RemoteCacheManager
Factory for RemoteCache s. |
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)
|
|
--> |