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.
|
Modifier and Type | Method and Description |
---|---|
CacheMappingRegistry |
CacheConfig.getCacheMappingRegistry()
Deprecated.
As of Coherence 14.1.1, replaced by
CacheConfig.getMappingRegistry() . |
Modifier and Type | Method and Description |
---|---|
void |
CacheConfig.setCacheMappingRegistry(CacheMappingRegistry registry)
Deprecated.
As of Coherence 14.1.1, replaced by
CacheConfig.addCacheMappingRegistry(SchemeMappingRegistry) . |
Constructor and Description |
---|
CacheRefExpression(com.tangosol.config.expression.Expression<?> exprCacheName,
ClassLoader classLoader,
CacheMappingRegistry registry)
Deprecated.
As of Coherence 14.1.1, use
#CacheRefExpression(Expression, ClassLoader, ResourceMappingRegistry) . |