jaemk / cached

Rust cache structures and easy function memoization
MIT License
1.58k stars 95 forks source link

Please note whether memoization/caching to disk is supported #11

Closed drewm1980 closed 6 years ago

drewm1980 commented 6 years ago

Do I understand correctly that this library is in-memory only, and caching to disk (i.e. to persist things between program launches) is not supported? If so, could you please note that in the project description? Thanks!

jaemk commented 6 years ago

The cache stores that are currently implemented in this library are in-memory only. Persistent sores could certainly be added though. I'll make note in the docs of the stores being in-memory