pub const FLUSH_KEEP_LAZY: Type = 4;
Expand description

like FLUSH_KEEP but return immediately if file is already being

flushed (even partially) by another thread; only for page cache, forbidden for key cache.