bxcodec / httpcache

Get a working HTTP Cache in Go (Golang) with only 3 lines of code!!!!
MIT License
58 stars 15 forks source link

Add File Cache Implementation (Write to disk) #7

Open bxcodec opened 5 years ago

bxcodec commented 5 years ago

When user gets a file from a server, we also can temporarily cache it into the current disk of the application.

jhemmmm commented 3 years ago

Up to this.