Uses of Interface
org.infinispan.manager.CacheContainer
Package
Description
Cache manager API.
-
Uses of CacheContainer in org.infinispan.manager
Modifier and TypeInterfaceDescriptioninterface
EmbeddedCacheManager is an CacheManager that runs in the same JVM as the client.Modifier and TypeClassDescriptionclass
-
Uses of CacheContainer in org.infinispan.manager.impl
Modifier and TypeClassDescriptionclass
This is a convenient base class for implementing a cache manager delegate. -
Uses of CacheContainer in org.infinispan.spring.embedded
Modifier and TypeMethodDescriptionvoid
InfinispanDefaultCacheFactoryBean.setInfinispanCacheContainer
(CacheContainer infinispanCacheContainer) Sets the
to be used for creating ourorg.infinispan.manager.CacheContainer
instance.Cache