Parameter Make.M

type key

The type of your key.

type value

The type of the stored value.

val compare : key -> key -> int

The function used to compare keys.

val get : key -> value Lwt.t

This function is called when the value corresponding to a key is not yet stored into the cache.