Module Merlin_index_format.Index_cache

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