Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03
Assembly: Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)
E22844-03
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.7.1.23 (3.7.1.23)
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.