Uses of Class
com.tangosol.coherence.config.CacheMappingRegistry
Packages that use CacheMappingRegistry
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.
-
Uses of CacheMappingRegistry in com.tangosol.coherence.config
Methods in com.tangosol.coherence.config that return CacheMappingRegistryMethods in com.tangosol.coherence.config with parameters of type CacheMappingRegistryModifier and TypeMethodDescriptionvoid
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 CacheMappingRegistryModifierConstructorDescriptionCacheRefExpression
(Expression<?> exprCacheName, ClassLoader classLoader, CacheMappingRegistry registry) Deprecated.As of Coherence 14.1.1, useCacheRefExpression(Expression, ClassLoader, ResourceMappingRegistry)
.
CacheConfig.getMappingRegistry()
.