opencache
opencache copied to clipboard
Cache server :)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4. Release notes Sourced from actions/checkout's releases. v4.0.0 What's Changed Update default runtime to node20 by @takost in actions/checkout#1436 Support fetching without the --progress option...
Since there is a powerful [opendal](https://github.com/datafuselabs/opendal) as a cache client that deals with object fragmentation and object metadata interpretation. The server side of the cache becomes a simple key-value-like store....
adding a namespace-like configuration may make operations on a multi-tenant deployment easier: 1. cache keys can be isolated in a different namespaces 2. we can collect some info or restrict...
OpenDAL depends on this spec to implement `opencache` service integration.