Skip to main content

CACHE_DIR

Constant CACHE_DIR 

Source
pub const CACHE_DIR: &'static str;
Expand description

The subdirectory a state tree keeps its cache segments in.

Named so a caller that has to reason about the tree’s shape – a test harness deciding what may survive between runs – asks this crate rather than spelling the layout itself.