aboutsummaryrefslogtreecommitdiffhomepage
path: root/caching-tests/test.urs
diff options
context:
space:
mode:
authorGravatar Ziv Scully <ziv@mit.edu>2014-10-14 18:05:09 -0400
committerGravatar Ziv Scully <ziv@mit.edu>2014-10-14 18:05:09 -0400
commit75d1eedd15edc41b1c2bc9d1fce7a74f37bd78a1 (patch)
tree09a958bb9333b12cc118b14053cb9043e8a6463b /caching-tests/test.urs
parent8cf3a275f25ffcbb97d623c4e988fdcc81ef5978 (diff)
Complete overhaul: cache queries based on immediate query result, not eventual HTML output.
Diffstat (limited to 'caching-tests/test.urs')
-rw-r--r--caching-tests/test.urs2
1 files changed, 2 insertions, 0 deletions
diff --git a/caching-tests/test.urs b/caching-tests/test.urs
index ce7d0350..ace4ba28 100644
--- a/caching-tests/test.urs
+++ b/caching-tests/test.urs
@@ -4,3 +4,5 @@ val cache11 : unit -> transaction page
val flush01 : unit -> transaction page
val flush10 : unit -> transaction page
val flush11 : unit -> transaction page
+val cache : int -> transaction page
+val flush : int -> transaction page