Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add support for cacache as a cache backend
cacache provides an alternative method of caching wherein content is written to disk instead of memory. This is ideal on systems with a small amount of memory but a large amount of disk space or where cached content is persisted across restarts where possible.
- Loading branch information