Module Liquidsoap_lang.Cache
type dirtype = [ | `System| `User
]val user_file_perms : int Stdlib.refval user_dir_perms : int Stdlib.refval system_file_perms : int Stdlib.refval system_dir_perms : int Stdlib.refval enabled : unit -> boolval user_dir_override : (unit -> string option) Stdlib.refval system_dir_override : (unit -> string option) Stdlib.refval retrieve : ?name:string -> dirtype:dirtype -> string -> 'a optionval store : dirtype:dirtype -> string -> 'a -> unitmodule Table : sig ... end