comparison src/sqlcache.sml @ 2291:50ad02829abd

Make cache flushes happen immediately instead of at end of transaction.
author Ziv Scully <ziv@mit.edu>
date Tue, 17 Nov 2015 02:44:37 -0500
parents 78820fa8f5a7
children f8903af753ff
comparison
equal deleted inserted replaced
2290:ab6ca12debeb 2291:50ad02829abd
1 structure Sqlcache (* DEBUG :> SQLCACHE *) = struct 1 structure Sqlcache :> SQLCACHE = struct
2 2
3 3
4 (*********************) 4 (*********************)
5 (* General Utilities *) 5 (* General Utilities *)
6 (*********************) 6 (*********************)