Uses of Interface
org.infinispan.manager.CacheContainer
-
Packages that use CacheContainer Package Description org.infinispan.manager Cache manager API.org.infinispan.manager.impl org.infinispan.spring Spring Infinispan - Shared classes. -
-
Uses of CacheContainer in org.infinispan.manager
Subinterfaces of CacheContainer in org.infinispan.manager Modifier and Type Interface Description interface
EmbeddedCacheManager
EmbeddedCacheManager is an CacheManager that runs in the same JVM as the client.Classes in org.infinispan.manager that implement CacheContainer Modifier and Type Class Description class
AbstractDelegatingEmbeddedCacheManager
Deprecated.Extend fromAbstractDelegatingEmbeddedCacheManager
instead.class
DefaultCacheManager
-
Uses of CacheContainer in org.infinispan.manager.impl
Classes in org.infinispan.manager.impl that implement CacheContainer Modifier and Type Class Description class
AbstractDelegatingEmbeddedCacheManager
This is a convenient base class for implementing a cache manager delegate. -
Uses of CacheContainer in org.infinispan.spring
Methods in org.infinispan.spring with parameters of type CacheContainer Modifier and Type Method Description void
InfinispanDefaultCacheFactoryBean. setInfinispanCacheContainer(CacheContainer infinispanCacheContainer)
Sets the
to be used for creating ourorg.infinispan.manager.CacheContainer
instance.Cache
-