Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
12c (12.2.1.4.0)
E90869-02
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.2.1.4014 (12.2.1.4014)
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.