package octez-l2-libs

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

Module Cache.MakeSource

Functorized Cache

Parameters

module Input : CACHE_INFO

Signature

Sourcetype value = Input.value
Sourcetype cache
Sourceval create : int -> cache
Sourceval find_opt : cache -> key -> value option
Sourceval replace : cache -> key -> value -> unit
Sourceval is_in : cache -> key -> bool
OCaml

Innovation. Community. Security.