# Packages
Package memfs is a variant of "github.com/go-git/go-billy/v5/memfs" with stable mtimes for items.
# Functions
NewCachingHandler wraps a handler to provide a basic to/from-file handle cache.
NewCachingHandlerWithVerifierLimit provides a basic to/from-file handle cache that can be tuned with a smaller cache of active directory listings.
NewNullAuthHandler creates a handler for the provided filesystem.
# Structs
CachingHandler implements to/from handle via an LRU cache.
NullAuthHandler returns a NFS backing that exposes a given file system in response to all mount requests.