Skip to main content

save_cached

Function save_cached 

Source
pub fn save_cached<T: Serialize>(path: &Path, result: &T, root: &Path) -> bool
Expand description

Save an extraction result to cache.

Returns true on success, false on any I/O or serialization failure.