pypath.share.cache.cache_path§

pypath.share.cache.cache_path(key: Any) str[source]§

Path to a cache item identified by a unique key.

Similar to cache_item, but instead of using a key registered in the module config, it processes the key into an MD5 hash. The key can be anything: a string, a tuple, etc.