Cache - Generic TTL-based cache with Eio support#
A generic in-memory cache with configurable TTL (time-to-live), jitter to prevent thundering herd, and thread-safe access using Eio mutexes.
Installation#
opam install cache will install this library.