Skip to main content

SSR_CACHE_ROOT

Constant SSR_CACHE_ROOT 

Source
const SSR_CACHE_ROOT: &str = "static";
Expand description

Dioxus 增量渲染器缓存落盘根目录(相对 CWD)。

路由 /post/foo 的缓存为 static/post/foo/index/<hash>.html。 由 IncrementalRendererConfig::default() 决定,无公开 API 可读,故硬编码。