A wrapper for HttpClient that caches to disk. Cached files, over the max specified, are deleted based on the last access times.
-
Updated
Jan 7, 2025 - C#
A wrapper for HttpClient that caches to disk. Cached files, over the max specified, are deleted based on the last access times.
Get a working HTTP Cache in Go (Golang) with only 3 lines of code!!!!
By reusing previously acquired resources, you can significantly improve the performance of websites and applications. Web caching reduces latency and network traffic, thereby reducing the time required to display resource representations. Become more responsive by using HTTP caching
A example for Service Worker cache case
Add a description, image, and links to the httpcache topic page so that developers can more easily learn about it.
To associate your repository with the httpcache topic, visit your repo's landing page and select "manage topics."