Skip to main content

DevelopmentNodeEnvironment_MicrosoftVSCodeDependency_22NodeVersion_Bundle_Clean_Debug_ElectronProfile_EsbuildCompiler_Mountain/Cache/PathCanon/
Clear.rs

1//! Clear the entire path-canon cache. Diagnostic / shutdown use.
2
3use crate::Cache::PathCanon::Cache::CACHE;
4
5pub fn Fn() { CACHE.invalidate_all(); }