ancientlore / cachefs

Package cachefs implements a read-only cache around a fs.FS, using groupcache.
Other
5 stars 1 forks source link

cachefs: Port to use mailgun/groupcache which supports expiration #2

Open tmc opened 2 years ago

tmc commented 2 years ago

This would address #1 -- it simplifies this implementation to use the expiration capabilities supplied by mailgun's groupcache fork.