Generic TTL cache with Eio
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

cache: Add README.md and standardize .ocamlformat

+14 -1
+1 -1
.ocamlformat
··· 1 - version=0.28.1 1 + version = 0.28.1
+13
README.md
··· 1 + ## Cache - Generic TTL-based cache with Eio support 2 + 3 + %%VERSION%% 4 + 5 + A generic in-memory cache with configurable TTL (time-to-live), jitter to prevent thundering herd, and thread-safe access using Eio mutexes. 6 + 7 + ## Installation 8 + 9 + `opam install cache` will install this library. 10 + 11 + ## Documentation 12 + 13 + [API documentation](https://samoht.github.io/ocaml-cache/doc)