Warn if prefetched inputs went unconsumed, stop fetching, then flush to the base cache.
Synopsis
Declared in <coins.h>
virtual
void
Flush(bool reallocate_cache = true) override;
Parameters
Name |
Description |
reallocate_cache |
When false, keep the same memory footprint after flushing instead of shrinking. |
Created with MrDocs