cacheout icon indicating copy to clipboard operation
cacheout copied to clipboard

Memoization to disk

Open basnijholt opened this issue 7 years ago • 3 comments
trafficstars

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?

basnijholt avatar May 09 '18 14:05 basnijholt

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

dgilland avatar May 12 '18 01:05 dgilland

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

bzamecnik avatar Apr 19 '21 17:04 bzamecnik