httpcache
httpcache copied to clipboard
Add File Cache Implementation (Write to disk)
When user gets a file from a server, we also can temporarily cache it into the current disk of the application.
Up to this.