package merlin-lib

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
include sig ... end
val read : string -> string array
val flush : ?older_than:float -> unit -> unit
val clear : unit -> unit
val check : string -> bool
val get_cached_entry : string -> string array
type cache_stats = {
  1. hit : int;
  2. miss : int;
}
val get_cache_stats : unit -> cache_stats
val clear_cache_stats : unit -> unit