Uses of Class
com.tangosol.coherence.config.CacheConfig
Package
Description
Defines the Coherence configuration object model for accessing, customizing
and or modifying configuration.
Defines the Xml document Element and Attribute Processors for Coherence Cache
Configuration files.
Contains basic cluster interfaces and factories.
-
Uses of CacheConfig in com.tangosol.coherence.config
Modifier and TypeMethodDescriptionCacheConfig.validate
(ResourceRegistry registry) Validate the cache configuration. -
Uses of CacheConfig in com.tangosol.coherence.config.xml.processor
Modifier and TypeMethodDescriptionConfigurationProcessor.process
(ProcessingContext context, XmlElement element) Process anXmlElement
to return a specific type of value. -
Uses of CacheConfig in com.tangosol.net
Modifier and TypeMethodDescriptionExtensibleConfigurableCacheFactory.DefaultDependencies.getCacheConfig()
ObtainsCacheConfig
for anExtensibleConfigurableCacheFactory
.ExtensibleConfigurableCacheFactory.Dependencies.getCacheConfig()
ObtainsCacheConfig
for anExtensibleConfigurableCacheFactory
.ExtensibleConfigurableCacheFactory.getCacheConfig()
Return theCacheConfig
that contains the configuration used by this factory.ModifierConstructorDescriptionDefaultDependencies
(CacheConfig cacheConfig) Constructs aExtensibleConfigurableCacheFactory.DefaultDependencies
with the ContextClassLoader
being theClassLoader
of theCacheConfig
instance and an emptyResourceRegistry
.DefaultDependencies
(CacheConfig cacheConfig, ClassLoader contextClassLoader, ResourceRegistry registry) Constructs aExtensibleConfigurableCacheFactory.DefaultDependencies
.