LocalCache.FlushTime Property |
Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-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: 14.1.1.14 (14.1.1.14)
Syntaxpublic virtual long FlushTime { get; set; }
Property Value
Type:
Int64
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