Uses of Interface
org.infinispan.manager.CacheContainer
-
Packages that use CacheContainer Package Description org.infinispan.manager Cache manager API.org.infinispan.spring.embedded -
-
Uses of CacheContainer in org.infinispan.manager
Subinterfaces of CacheContainer in org.infinispan.manager Modifier and Type Interface Description interfaceEmbeddedCacheManagerEmbeddedCacheManager 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 classDefaultCacheManager -
Uses of CacheContainer in org.infinispan.spring.embedded
Methods in org.infinispan.spring.embedded with parameters of type CacheContainer Modifier and Type Method Description voidInfinispanDefaultCacheFactoryBean. setInfinispanCacheContainer(CacheContainer infinispanCacheContainer)Sets theto be used for creating ourorg.infinispan.manager.CacheContainerinstance.Cache
-