Module SharedMem.LocalCacheSource

Parameters

module Value : Value.Type

Signature

Sourcetype value = Value.t
Sourceval add : key -> value -> unit
Sourceval get : key -> value option
Sourceval remove : key -> unit
Sourceval clear : unit -> unit
Sourceval string_of_key : key -> string
Sourceval get_size : unit -> int