view src/sqlcache.sig @ 2303:42079884e34a

Add read locks around time read in store.
author Ziv Scully <ziv@mit.edu>
date Fri, 20 Nov 2015 11:51:14 -0500
parents 8d772fbf59c1
children
line wrap: on
line source
signature SQLCACHE = sig

val setCache : Cache.cache -> unit
val getCache : unit -> Cache.cache

val setHeuristic : string -> unit

val getFfiInfo : unit -> {index : int, params : int} list
val go : Mono.file -> Mono.file

end