feat: impl eviction-time disk cache insertion #830
Merged
Task list completed / task-list-completed
succeeded
Jan 10, 2025 in 0s
3 / 3 tasks completed
All tasks have been completed
Details
Required Tasks
Task | Status |
---|---|
Delay the disk cache insertion from insertion time to eviction time. | Incomplete |
Never double write the disk cache while in-mem cache insertion. | Incomplete |
Introduce Pipe and Piece as the bridge between in-mem cache and disk cache. |
Incomplete |
Refactors on some implementations. | Incomplete |
I have written the necessary rustdoc comments | Completed |
I have added the necessary unit tests and integration tests | Completed |
I have passed make all (or make fast instead if the old tests are not modified) in my local environment. |
Completed |
Loading