Module Tjr_lru_cache.Multithreaded_lru

Non-functorial multithreaded / concurrent-safe implementation of the LRU interface. This extends the in-memory explicit-state-passing code to the monad.

Compared to the in-mem version:

Given that the likely target is Lwt, this is probably overkill.

val dont_log : bool
module type S = sig ... end
module Make : functor (S : S) -> sig ... end
module Examples : sig ... end