package febusy

  1. Overview
  2. Docs
type t = {
  1. mutable cache : (string * string) list;
  2. mutable hashes : (string * string) list;
}
val create : unit -> t