view src/sqlcache.sig @ 2266:afd12c75e0d6

Do SQL and pure caching in the same pass.
author Ziv Scully <ziv@mit.edu>
date Wed, 14 Oct 2015 15:45:04 -0400
parents af1585e7d645
children 8d772fbf59c1
line wrap: on
line source
signature SQLCACHE = sig

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

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

end