Module Plugin_cache.Config
include Ppx_sexp_conv_lib.Sexpable.S with type t := t
val t_of_sexp : Sexplib0.Sexp.t -> tval sexp_of_t : t -> Sexplib0.Sexp.t
val create : dir:string -> ?max_files:int -> ?readonly:bool -> ?try_old_cache_with_new_exec:bool -> unit -> tval dir : t -> stringval max_files : t -> intval readonly : t -> boolval try_old_cache_with_new_exec : t -> bool
module Stable : sig ... end