Module Trakeva_cache (.ml)

module Trakeva_cache: sig .. end
Add a very greedy cache around an existing Key-value store.

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
val debug : bool Pervasives.ref
Enable over verbose debug priting.