DefaultConfigurableCacheFactoryCacheInfoReplaceAttributes Method |
Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Find and replace the attributes names in "{}" format with the
corresponding values for this cache info.
Namespace:
Tangosol.Net
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntaxpublic virtual void ReplaceAttributes(
IXmlElement xml
)
Parameters
- xml
- Type: Tangosol.Run.XmlIXmlElement
The IXmlElement to replace "{}" attributes at.
Remarks
Note: the content of the specified IXmlElement could
be modified, so the caller is supposed to clone the passed in
XML if necessary.
See Also