Uses of Class
com.tangosol.coherence.config.CacheMappingRegistry
-
Packages that use CacheMappingRegistry 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. -
-
Uses of CacheMappingRegistry in com.tangosol.coherence.config
Methods in com.tangosol.coherence.config that return CacheMappingRegistry Modifier and Type Method Description CacheMappingRegistry
CacheConfig. getCacheMappingRegistry()
Deprecated.As of Coherence 14.1.1, replaced byCacheConfig.getMappingRegistry()
.Methods in com.tangosol.coherence.config with parameters of type CacheMappingRegistry Modifier and Type Method Description void
CacheConfig. setCacheMappingRegistry(CacheMappingRegistry registry)
Deprecated.As of Coherence 14.1.1, replaced byCacheConfig.addCacheMappingRegistry(SchemeMappingRegistry)
. -
Uses of CacheMappingRegistry in com.tangosol.coherence.config.xml.processor
Constructors in com.tangosol.coherence.config.xml.processor with parameters of type CacheMappingRegistry Constructor Description CacheRefExpression(Expression<?> exprCacheName, ClassLoader classLoader, CacheMappingRegistry registry)
Deprecated.As of Coherence 14.1.1, useCacheRefExpression(Expression, ClassLoader, ResourceMappingRegistry)
.
-