pub fn load_from_file(path: &Path) -> Result<Vec<CacheRecord>, SerializeError>Expand description
Restore records from the file at path.
Equivalent to opening the file and calling deserialize.
pub fn load_from_file(path: &Path) -> Result<Vec<CacheRecord>, SerializeError>Restore records from the file at path.
Equivalent to opening the file and calling deserialize.