module Trakeva_cache: sig .. end
sig
end
The current implementation loads into memory all the collections that it touches.
module Add: functor (KV_DB : Trakeva.KEY_VALUE_STORE) -> Trakeva.KEY_VALUE_STORE
functor (
KV_DB
:
Trakeva.KEY_VALUE_STORE
) ->
val debug : bool Pervasives.ref
bool Pervasives.ref