Mercurial > urweb
comparison src/settings.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 | ced78ef1c82f |
children | 47d5c94aeeb8 |
comparison
equal
deleted
inserted
replaced
2212:388ba4dc7c96 | 2213:365727ff68f4 |
---|---|
277 val getIsHtml5 : unit -> bool | 277 val getIsHtml5 : unit -> bool |
278 | 278 |
279 val setLessSafeFfi : bool -> unit | 279 val setLessSafeFfi : bool -> unit |
280 val getLessSafeFfi : unit -> bool | 280 val getLessSafeFfi : unit -> bool |
281 | 281 |
282 val setSqlcache : bool -> unit | |
283 val getSqlcache : unit -> bool | |
284 | |
282 val setFilePath : string -> unit | 285 val setFilePath : string -> unit |
283 (* Sets the directory where we look for files being added below. *) | 286 (* Sets the directory where we look for files being added below. *) |
284 | 287 |
285 val addFile : {Uri : string, LoadFromFilename : string} -> unit | 288 val addFile : {Uri : string, LoadFromFilename : string} -> unit |
286 val listFiles : unit -> {Uri : string, ContentType : string option, LastModified : Time.time, Bytes : Word8Vector.vector} list | 289 val listFiles : unit -> {Uri : string, ContentType : string option, LastModified : Time.time, Bytes : Word8Vector.vector} list |