Liquidsoap_lang_cache.CacheThe marshalling store and its maintenance.
val dir : dirtype -> string optionval maintenance : dirtype -> unitEvict entries that are too old, and the oldest ones past $LIQ_CACHE_MAX_FILES. Run automatically after every store.
val retrieve : ?name:string -> dirtype:dirtype -> string -> 'a optionval store : dirtype:dirtype -> string -> 'a -> unitmodule Table : sig ... end