jon.recoil.org

Module Merlin_index_format.Index_cache

include sig ... end
val flush : ?older_than:float -> unit -> unit
val clear : unit -> unit
val check : string -> bool
val get_cached_entry : string -> Merlin_index_format.Index_format.index
type cache_stats = {
  1. hit : int;
  2. miss : int;
}
val get_cache_stats : unit -> Merlin_index_format.Index_cache.cache_stats
val clear_cache_stats : unit -> unit