async fn tokio_contains(path: PathBuf) -> Result<bool, CacheError>Expand description
Checks if the path exists in the filesystem cache.
A tokio reactor must be available
async fn tokio_contains(path: PathBuf) -> Result<bool, CacheError>Checks if the path exists in the filesystem cache.
A tokio reactor must be available