Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01
Assembly: Coherence (in Coherence.dll) Version: 3.6.1.0 (3.6.1.0)
E18812-01
In the configuration XML find a "scheme" element associated with
a given cache and resolve it (recursively) using the "scheme-ref"
elements.
Namespace:
Tangosol.NetAssembly: Coherence (in Coherence.dll) Version: 3.6.1.0 (3.6.1.0)
Syntax
| C# |
|---|
public virtual IXmlElement ResolveScheme( DefaultConfigurableCacheFactory..::.CacheInfo info ) |
Parameters
- info
- Type: Tangosol.Net..::.DefaultConfigurableCacheFactory..::.CacheInfo
The cache info.
Return Value
A resolved "scheme" element associated with a given cache.
Remarks
The returned XML is always a clone of the actual configuration
and could be safely modified.