Package org.infinispan.manager
Interface CacheContainer
- All Superinterfaces:
org.infinispan.commons.api.BasicCacheContainer
,org.infinispan.commons.api.Lifecycle
- All Known Subinterfaces:
EmbeddedCacheManager
- All Known Implementing Classes:
AbstractDelegatingEmbeddedCacheManager
,DefaultCacheManager
,InternalCacheManager
public interface CacheContainer
extends org.infinispan.commons.api.BasicCacheContainer
-
Method Summary
Methods inherited from interface org.infinispan.commons.api.BasicCacheContainer
getCacheNames
Methods inherited from interface org.infinispan.commons.api.Lifecycle
start, stop
-
Method Details
-
getCache
- Specified by:
getCache
in interfaceorg.infinispan.commons.api.BasicCacheContainer
-
getCache
- Specified by:
getCache
in interfaceorg.infinispan.commons.api.BasicCacheContainer
-
administration
default org.infinispan.commons.api.CacheContainerAdmin<?,?> administration()Provides access to administrative methods which affect the underlying cache container, such as cache creation and removal. If the underlying container is clustered or remote, the operations will affect all nodes.
-