comparison src/compiler.sig @ 2213:365727ff68f4

Complete overhaul: cache queries based on immediate query result, not eventual HTML output.
author Ziv Scully <ziv@mit.edu>
date Tue, 14 Oct 2014 18:05:09 -0400
parents ef766ef6e242
children f8903af753ff
comparison
equal deleted inserted replaced
2212:388ba4dc7c96 2213:365727ff68f4
197 val debug : bool ref 197 val debug : bool ref
198 val dumpSource : bool ref 198 val dumpSource : bool ref
199 val enableBoot : unit -> unit 199 val enableBoot : unit -> unit
200 200
201 val doIflow : bool ref 201 val doIflow : bool ref
202 val doSqlcache : bool ref
203 202
204 val addPath : string * string -> unit 203 val addPath : string * string -> unit
205 val addModuleRoot : string * string -> unit 204 val addModuleRoot : string * string -> unit
206 205
207 val moduleOf : string -> string 206 val moduleOf : string -> string