package octez-l2-libs

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

Functorized Cache

Parameters

module Input : CACHE_INFO

Signature

type key = Input.Key.t
type value = Input.value
type cache
val create : int -> cache
val find_opt : cache -> key -> value option
val replace : cache -> key -> value -> unit
val is_in : cache -> key -> bool
OCaml

Innovation. Community. Security.