Write through cache impl

This commit is contained in:
Igor Katson 2024-05-02 20:59:09 +01:00
parent 427f490a61
commit 54b17d5ee1
6 changed files with 203 additions and 34 deletions

View file

@ -72,6 +72,7 @@ rlimit = "0.10.1"
async-stream = "0.3.5"
memmap2 = "0.9.4"
rand_distr = "0.4.3"
lru = "0.12.3"
[dev-dependencies]
futures = { version = "0.3" }