view caching-tests/test.urs @ 2282:19b233bb3176

Make cache flushes safe for transactions (not sure about LRU bump on read).
author Ziv Scully <ziv@mit.edu>
date Thu, 12 Nov 2015 09:47:20 -0500
parents c05f9a5e0f0f
children f8903af753ff
line wrap: on
line source
val cache : int -> transaction page
val cacheR : {Id : int, FooBar : int} -> transaction page
(* val cache2 : int -> int -> transaction page *)
val flush : int -> transaction page
val flash : int -> transaction page
val floosh : int -> transaction page
(* val flush17 : transaction page *)