Interface CacheServiceProviderRegistrar.Configuration
- All Superinterfaces:
BasicCacheConfiguration, BasicCacheContainerConfiguration, CacheConfiguration, EmbeddedCacheConfiguration, EmbeddedCacheContainerConfiguration
- Enclosing class:
CacheServiceProviderRegistrar<T>
public static interface CacheServiceProviderRegistrar.Configuration
extends EmbeddedCacheConfiguration
The configuration of this service provider registrar.
- Author:
- Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescriptiongetGroup()Returns the group with which this service provider registrar is associated.Methods inherited from interface BasicCacheConfiguration
getBatchFactoryMethods inherited from interface EmbeddedCacheConfiguration
getCache, getCacheContainer, getCacheEntryMutatorFactory, getCacheEntryMutatorFactory, getCacheProperties, getName, getReadForUpdateCache, getReadWriteCache, getRetryConfig, getSilentWriteCache, getStopTimeout, getTransactionManager, getTryLockCache, getTryReadForUpdateCache, getWriteOnlyCache, isActive, isFaultTolerantMethods inherited from interface EmbeddedCacheContainerConfiguration
getExecutor
-
Method Details
-
getGroup
CacheContainerGroup getGroup()Returns the group with which this service provider registrar is associated.- Returns:
- the group with which this service provider registrar is associated.
-