Class CacheMappingRegistry

java.lang.Object
com.tangosol.coherence.config.CacheMappingRegistry
All Implemented Interfaces:
Iterable<CacheMapping>

public class CacheMappingRegistry extends Object implements Iterable<CacheMapping>
Deprecated.
As Coherence 14.1.1, use ResourceMappingRegistry.
A CacheMappingRegistry provides a mechanism manage a collection of CacheMappings, together with the ability to search the registry for said CacheMappings, possibly using wild-cards.

CacheMappingRegistrys are Iterable, the order of iteration being that in which the CacheMappings where added to the said CacheMappingRegistry.

Since:
Coherence 12.1.2
Author:
bo 2011.06.29