[][src]Function nginx_cache_purge::remove_one_cache

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

Purge a cache with a specific key.