LocalCacheFlushTime Property  | 
.NET API Reference for Oracle® Coherence Community Edition 
 (14.1.1.0)
E55634-01
 
            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.1 (14.1.1.1)
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