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

Gets or sets the date/time offset in milliseconds at which the next cache flush is scheduled.

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

Syntax

C#
public virtual long FlushTime { get; set; }

Field Value

The date/time offset in milliseconds at which the next cache flush is scheduled.

Remarks

Note that the date/time may be long.MaxValue, which implies that a flush will never occur. Also note that the cache may internally adjust the flush time to prevent a flush from occurring during certain processing as a means to raise concurrency.

See Also