Skip to content

Commit

Permalink
feat: add support for cacache as a cache backend
Browse files Browse the repository at this point in the history
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
Blooym committed May 28, 2024
1 parent aca23fb commit e0f174b
Show file tree
Hide file tree
Showing 5 changed files with 418 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/target
.cache
Loading

0 comments on commit e0f174b

Please sign in to comment.