package
0.0.0-20220904165359-8e84a606fa6d
Repository: https://github.com/gopherfs/fs.git
Documentation: pkg.go.dev

# Packages

Package disk provides an FS that wraps the johnsiilver/fs/os package to be used for a disk cache that expires files.
No description provided by the author
Package groupcache is an fs.FS wrapper for caching purposes built around Brad Fitzpatrick's groupcache.
Package redis provides an io/fs.FS implementation that can be used in our cache.FS package.

# Functions

New is the constructor for FS.

# Structs

FS implemenents io/fs.FS to provide a cache reader and writer.

# Interfaces

CacheFS represents some cache that we can read and write files from.
SetFiller provides a function for setting a jsfs.Writer implementaiton that does cache fills on misses.