Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Get or set the delay between cache flushes. A cache flush evicts entries that have expired.

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

Syntax

C#
int FlushDelay { get; set; }

Field Value

The number of milliseconds between cache flushes, or zero which signifies that the cache never flushes.

Remarks

This value is used by cache implementations that periodically evict entries that have expired; this value has no meaning for cache implementations that aggressively evict entries as they expire.

See Also