dgilland / cacheout

A caching library for Python
https://cacheout.readthedocs.io
MIT License
425 stars 44 forks source link

Memoization to disk #3

Open basnijholt opened 6 years ago

basnijholt commented 6 years ago

This lib looks pretty neat!

However, I found it because I was looking for persistent caching, so to disk.

Do you have any plans to implement this?

dgilland commented 6 years ago

I don't have any immediate plans for it but it's definitely something I've considered.

bzamecnik commented 3 years ago

There a project https://pypi.org/project/diskcache/ suitable for this task. It can be used to make a multi-layer cache (as requested in https://github.com/dgilland/cacheout/issues/13).