Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 389 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 389 Bytes

opencache

Opencache is a cache server in rust that run in single node mode, and is an object oriented store that provides two API: range write and range read and background auto eviction.

Cache cluster management is on client side. Backsourcing is not supported, an application has to explicitly write objects into it.

Opencache Design: https://datafuselabs.github.io/opencache/