Skip to main content

Module analysis_cache

Module analysis_cache 

Source
Expand description

Optional on-disk cache for analyzed crate::model_ir::ModelIr documents.

Enabled when CANDLE_GRAPH_CACHE=1 or --cache is passed. Cache files live under CANDLE_GRAPH_CACHE_DIR (default: $XDG_CACHE_HOME/candle-graph or /tmp/candle-graph-cache).

Functionsยง

cache_dir
cache_enabled
cache_path
load
save