Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The cache store assumed that every persister took a `path` argument. That is not the case because the savers / loaders wrap external APIs and we decided to not try to create our own abstraction layer around them, and instead mirror them. E.g. polars takes `file`, but pandas takes `path`.
- Loading branch information