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!
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
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!