-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The response of a request is cached and it is invalidated every time one of then packages of the new request is involve between the new opam commit and the old one (cached opam commit). Anytime the cached response is the same as the new response, we keep the old one for the oldest opam commit.
- Loading branch information
1 parent
48a157e
commit b109239
Showing
17 changed files
with
599 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
[submodule "scache"] | ||
path = scache | ||
url = https://github.com/moyodiallo/scache.git | ||
branch = master |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
val v : Solver.t -> Solver_service_api.Solver.t | ||
val v : ?cacheable:bool -> Solver.t -> Solver_service_api.Solver.t | ||
(** [capnp_service t] is a Cap'n Proto service that handles requests using [t]. *) |
Oops, something went wrong.