package liquidsoap-lang

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Cache.TableSource

Sourcetype 'a t
Sourceval load : ?name:string -> dirtype:dirtype -> string -> 'a t
Sourceval get : 'a t -> string -> (unit -> 'a) -> 'a
Sourceval store : dirtype:dirtype -> 'a t -> unit