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: 12.1.2.0 (12.1.2.0)

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