diff 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
line wrap: on
line diff
--- a/src/settings.sig	Mon Sep 15 20:01:16 2014 -0400
+++ b/src/settings.sig	Tue Oct 14 18:05:09 2014 -0400
@@ -279,6 +279,9 @@
     val setLessSafeFfi : bool -> unit
     val getLessSafeFfi : unit -> bool
 
+    val setSqlcache : bool -> unit
+    val getSqlcache : unit -> bool
+
     val setFilePath : string -> unit
     (* Sets the directory where we look for files being added below. *)