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