Module Merlin_index_format.Index_cacheSource
include sig ... end
Sourceval flush : ?older_than:float -> unit -> unit Sourceval clear : unit -> unit Sourceval check : string -> bool Sourcetype cache_stats = {hit : int;miss : int;
} Sourceval clear_cache_stats : unit -> unit