Expand description
Provides functions for flushing memory-mapped file changes to disk. Flush policy configuration for MemoryMappedFile.
Controls when writes to a RW mapping should be flushed to disk.
Structs§
- Time
Based Flusher - Time-based flush manager that handles automatic flushing at regular intervals. This is used internally when FlushPolicy::EveryMillis is configured.
Enums§
- Flush
Policy - Policy controlling when to flush dirty pages to disk.