Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DiskCache: Disk Backed Cache #988

Open
amotl opened this issue Apr 20, 2024 · 1 comment
Open

DiskCache: Disk Backed Cache #988

amotl opened this issue Apr 20, 2024 · 1 comment

Comments

@amotl
Copy link

amotl commented Apr 20, 2024

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

  1. Thank you so much for your valuable suggestions.

  2. 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.

@amotl
Copy link
Author

amotl commented Apr 20, 2024

While writing the OP, I discovered that post by @ziddey, and also your mention in another post.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant