Module Ocaml_typing.Cmi_cache
Source
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