Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Ensure that the ContinousQueryCache listeners have been registered and its content synchronized with the underlying INamedCache.

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

Syntax

C#
protected void EnsureSynchronized(
	bool reload
)

Parameters

reload
Type: System..::..Boolean
The value to pass to the ConfigureSynchronization(Boolean) method if the ContinousQueryCache needs to be configured and synchronized.

See Also