package mirage-kv-mem

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

Module Mirage_kv_mem.PureSource

Sourcetype t
Sourceval empty : Ptime.t -> unit -> t
Sourceval get : t -> key -> (string, error) result
Sourceval size : t -> key -> (int, error) result
Sourceval get_partial : t -> key -> offset:int -> length:int -> (string, error) result
Sourceval last_modified : t -> key -> (Ptime.t, error) result
Sourceval remove : t -> key -> Ptime.t -> (t, write_error) result
Sourceval list : t -> key -> ((string * [ `Value | `Dictionary ]) list, error) result
Sourceval set : t -> key -> Ptime.t -> string -> (t, write_error) result
Sourceval set_partial : t -> key -> Ptime.t -> offset:int -> string -> (t, write_error) result
Sourceval rename : t -> source:key -> dest:key -> Ptime.t -> (t, write_error) result
Sourceval equal : t -> t -> bool
Sourceval pp : t Fmt.t
OCaml

Innovation. Community. Security.