package merlin-lib

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

Parameters

module Input : sig ... end

Signature

val read : string -> Input.t
val flush : ?older_than:float -> unit -> unit
val clear : unit -> unit
val check : string -> bool
val get_cached_entry : string -> Input.t
  • raises Not_found

    if the file is not in cache.

type cache_stats = {
  1. hit : int;
  2. miss : int;
}
val get_cache_stats : unit -> cache_stats
val clear_cache_stats : unit -> unit
OCaml

Innovation. Community. Security.