pub fn cache_path(
host_id: impl AsRef<str>,
provider_ref: impl AsRef<str>,
) -> PathBufExpand description
Returns the path to the cache file for a provider
ยงArguments
host_id- The host ID this provider is starting on. Required in order to isolate provider caches for different hostsprovider_ref- The provider reference, e.g. file or OCI