Skip to main content

cache_delete

Function cache_delete 

Source
pub fn cache_delete(key: &str) -> bool
Expand description

Drop key from the module cache, so the next require of that file runs it again. This is what delete require.cache[id] must do to mean anything.