Skip to main content

Module cache

Module cache 

Source

Structs§

CacheConfig
Configuration for HTTP response caching
DiskCache
Disk-persistent cache implementing octocrab’s CacheStorage trait

Functions§

clear_cache
Clear the HTTP cache directory
evict_stale_entries
Evict cache entries older than 7 days. Returns number of entries removed. Best-effort: errors during listing or removal are silently ignored.
get_cache_path
Get the platform-appropriate cache directory for pr-bro