package hack_parallel

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module SharedMem.WithCacheSource

Parameters

module Value : Value.Type

Signature

include NoCache with type t = Value.t with type key = UserKeyType.t with module KeySet = Set.Make(UserKeyType) with module KeyMap = MyMap.Make(UserKeyType)
Sourcetype t = Value.t
Sourceval add : key -> t -> unit
Sourceval get : key -> t option
Sourceval get_old : key -> t option
Sourceval get_old_batch : KeySet.t -> t option KeyMap.t
Sourceval remove_old_batch : KeySet.t -> unit
Sourceval find_unsafe : key -> t
Sourceval get_batch : KeySet.t -> t option KeyMap.t
Sourceval remove_batch : KeySet.t -> unit
Sourceval string_of_key : key -> string
Sourceval mem : key -> bool
Sourceval mem_old : key -> bool
Sourceval oldify_batch : KeySet.t -> unit
Sourceval revive_batch : KeySet.t -> unit
Sourcemodule LocalChanges : sig ... end
Sourceval write_through : key -> t -> unit
Sourceval get_no_cache : key -> t option
OCaml

Innovation. Community. Security.