Uses of Class
com.tangosol.coherence.config.CacheConfig
Packages that use 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
Methods in com.tangosol.coherence.config that return CacheConfigModifier and TypeMethodDescriptionCacheConfig.validate
(ResourceRegistry registry) Validate the cache configuration. -
Uses of CacheConfig in com.tangosol.coherence.config.xml.processor
Methods in com.tangosol.coherence.config.xml.processor that return CacheConfigModifier and TypeMethodDescriptionConfigurationProcessor.process
(ProcessingContext context, XmlElement element) Process anXmlElement
to return a specific type of value. -
Uses of CacheConfig in com.tangosol.net
Methods in com.tangosol.net that return CacheConfigModifier 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.Constructors in com.tangosol.net with parameters of type CacheConfigModifierConstructorDescriptionDefaultDependencies
(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
.