Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Construct a CacheInfo object.

Namespace: Tangosol.Net
Assembly: Coherence (in Coherence.dll) Version: 12.2.1.4014 (12.2.1.4014)

Syntax

C#
public CacheInfo(
	string cacheName,
	string schemeName,
	IDictionary attributes
)

Parameters

cacheName
Type: System..::..String
The cache name.
schemeName
Type: System..::..String
The corresponding scheme name.
attributes
Type: System.Collections..::..IDictionary
The corresponding dictionary of attributes.

See Also