Skip to main content

CACHE_DIRNAME

Constant CACHE_DIRNAME 

Source
pub const CACHE_DIRNAME: &str = "ssg-cache";
Expand description

Subdirectory of the cache root where the graph lives.

The cache root itself defaults to target/ssg-cache/ (issue #524 spec) but the helpers accept any path so tests stay hermetic.