cache_list

Function cache_list 

Source
pub fn cache_list(
    session: &Session,
    query: &str,
) -> Result<Vec<CacheFile>, Error>
Expand description

Get a list of downloaded cache files.

§Returns

A list of downloaded cache files.

§Errors

I/O errors will be returned if the cache directory is not readable.