hack_parallel.memory
Memory.LocalCache
hack_parallel
hack_parallel.collections
hack_parallel.disk
hack_parallel.hack_core
hack_parallel.heap
hack_parallel.hh_json
hack_parallel.injection
hack_parallel.interface
hack_parallel.procs
hack_parallel.scheduler
hack_parallel.socket
hack_parallel.stubs
hack_parallel.utils
module UserKeyType : UserKeyType
module Value : Value.Type
type key = UserKeyType.t
type value = Value.t
val add : key -> value -> unit
val get : key -> value option
val remove : key -> unit
val clear : unit -> unit
val string_of_key : key -> string
val get_size : unit -> int