Interface BasicCacheContainerConfiguration
- All Known Subinterfaces:
BasicCacheConfiguration
public interface BasicCacheContainerConfiguration
Infinispan cache configuration specialization for a
BasicCacheContainer.- Author:
- Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescriptionorg.infinispan.commons.api.BasicCacheContainerReturns the associated cache container.Returns the executor associated with this cache container.getName()Returns the name of the associated cache container.
-
Method Details
-
getName
String getName()Returns the name of the associated cache container.- Returns:
- the name of the associated cache container.
-
getCacheContainer
org.infinispan.commons.api.BasicCacheContainer getCacheContainer()Returns the associated cache container.- Returns:
- the associated cache container.
-
getExecutor
Executor getExecutor()Returns the executor associated with this cache container.- Returns:
- the executor associated with this cache container.
-