You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
because we have been in touch at grafana-toolbox/grafana-wtf#1111, I wanted to tell you about DiskCache by @grantjenks. It might come handy as a rock solid file-based cache backend for requests-cache, not needing to handle locking and other concerns on behalf of this code, but deferring it to the library instead.
Thank you so much for your valuable suggestions. ↩
This one is not strictly related, because it is about the SQLite backend. However, it is still within the same problem domain, and is the place where we met @JWCook. In this spirit, we added it to that enumeration. ↩
The text was updated successfully, but these errors were encountered:
Dear Jordan,
because we have been in touch at grafana-toolbox/grafana-wtf#111 1, I wanted to tell you about DiskCache by @grantjenks. It might come handy as a rock solid file-based cache backend for requests-cache, not needing to handle locking and other concerns on behalf of this code, but deferring it to the library instead.
Documentation: https://grantjenks.com/docs/diskcache/
Repository: https://github.com/grantjenks/python-diskcache
With kind regards,
Andreas.
References
Footnotes
Thank you so much for your valuable suggestions. ↩
This one is not strictly related, because it is about the SQLite backend. However, it is still within the same problem domain, and is the place where we met @JWCook. In this spirit, we added it to that enumeration. ↩
The text was updated successfully, but these errors were encountered: