salsadigitalauorg / merlin-framework

Merlin - migration framework
GNU General Public License v3.0
16 stars 3 forks source link

Implement a local cache #41

Closed derklempner closed 5 years ago

derklempner commented 5 years ago

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.

stooit commented 5 years ago

First version of caching now in develop, will be in 0.3.0 release