Versions in this module Expand all Collapse all v0 v0.6.25 Dec 8, 2025 Changes in this version + type HttpCacheFile struct + CacheRoot string + func (c *HttpCacheFile) Clean() error + func (c *HttpCacheFile) GetFile(uri string) (string, error) + func (c *HttpCacheFile) IsExist(uri string) (bool, error) + func (c *HttpCacheFile) UriToFilePath(uri string) (string, error)