Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

Initialize the index's data structures.

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

Syntax

C#
protected virtual void Initialize(
	bool forwardIndex
)

Parameters

forwardIndex
Type: System..::.Boolean
true If forward index is supported; false otherwise.

See Also