pub fn remove_one_cache<P: AsRef<Path>, L: AsRef<str>, K: AsRef<str>>(
    cache_path: P,
    levels: L,
    key: K
) -> Result<(), Error>
Expand description

Purge a cache with a specific key.