Versions in this module Expand all Collapse all v0 v0.20.3 Nov 15, 2023 v0.20.2 Nov 13, 2023 Changes in this version + type Cacher interface + type Fetcher interface + Has func(filename string) bool + Path func(filename string) string + Read func(w io.Writer, filename string) error + type Storer interface + Invalidate func(filename string) error + Store func(r io.Reader, filename string) error + Writer func(filename string) (*os.File, error)