pub fn save_cached<T: Serialize>(path: &Path, result: &T, root: &Path) -> bool
Save an extraction result to cache.
Returns true on success, false on any I/O or serialization failure.
true
false