Description
Currently there is no local cache, urls are fetched each time. It would be beneficial to cache content and be able to optionally use that if it exists.
Proposed solution
Create/implement a simple disk-based cache storing the contents and option to use the cache if it exists. If in use as the pages are fetched store in the local cache.
Description Currently there is no local cache, urls are fetched each time. It would be beneficial to cache content and be able to optionally use that if it exists.
Proposed solution Create/implement a simple disk-based cache storing the contents and option to use the cache if it exists. If in use as the pages are fetched store in the local cache.