Versions in this module Expand all Collapse all v1 v1.13.12 Feb 9, 2025 Changes in this version + const DbgFlagAll + const DbgFlagNetwork + const SysFilePrefix + func NewCached(local string, fsRemote http.FileSystem, notifyOrNil NotifyFile, cacheFile bool, ...) (fs http.FileSystem, err error) + func NewRemote(fsRemote http.FileSystem, notifyOrNil NotifyFile, cacheFile bool) (ret cached.Remote, err error) + func SetDebug(dbgFlags int) + func TouchDirCached(dir string) error + func WriteStubFile(localFile string, fi fs.FileInfo) error + type NotifyFile interface + NotifyFile func(ctx context.Context, name string, fi fs.FileInfo)