pub fn invalidate_ssr_route(route: &str)
失效单一路由的 SSR 磁盘缓存。
删除 static/<route>/ 目录(含 index/<hash>.html)。文件不存在时静默。 IO 在当前线程同步执行——删除一个空目录是纳秒级操作,不值得 spawn_blocking; 调用方已在事务提交后调用,无阻塞风险。
static/<route>/
index/<hash>.html