Skip to main content

write_cache

Function write_cache 

Source
pub fn write_cache(key: &str, data: &[u8]) -> bool
Expand description

Write data to cache with the given key (filename). Returns true if writing succeeded.