Skip to main content

Module cache_manager

Module cache_manager 

Source
Expand description

Unified prune + clear over every on-disk cache subdirectory.

Constantsยง

CACHE_SUBDIRS
Cache subdirectories under profile::cache_dir(). Append to extend.
YIELD_EVERY ๐Ÿ”’
Yield to the scheduler every N file ops during a prune sweep.

Functionsยง

cache_root ๐Ÿ”’
clear_all_blocking
Remove every managed cache subdir. Call from spawn_blocking.
collect_files ๐Ÿ”’
prune_all_blocking
LRU-evict files across all subdirs until total size โ‰ค cap_bytes.