Uses of Class
com.tangosol.coherence.config.CacheConfig
-
Packages that use CacheConfig Package Description com.tangosol.coherence.config Defines the Coherence configuration object model for accessing, customizing and or modifying configuration.com.tangosol.coherence.config.xml.processor Defines the Xml document Element and Attribute Processors for Coherence Cache Configuration files.com.tangosol.net Contains basic cluster interfaces and factories. -
-
Uses of CacheConfig in com.tangosol.coherence.config
Methods in com.tangosol.coherence.config that return CacheConfig Modifier and Type Method Description CacheConfig
CacheConfig. 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 CacheConfig Modifier and Type Method Description CacheConfig
ConfigurationProcessor. 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 CacheConfig Modifier and Type Method Description CacheConfig
ExtensibleConfigurableCacheFactory.DefaultDependencies. getCacheConfig()
ObtainsCacheConfig
for anExtensibleConfigurableCacheFactory
.CacheConfig
ExtensibleConfigurableCacheFactory.Dependencies. getCacheConfig()
ObtainsCacheConfig
for anExtensibleConfigurableCacheFactory
.CacheConfig
ExtensibleConfigurableCacheFactory. getCacheConfig()
Return theCacheConfig
that contains the configuration used by this factory.Constructors in com.tangosol.net with parameters of type CacheConfig Constructor Description DefaultDependencies(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
.
-