You can search for identifiers within the package.
in-package search v0.2.0
why3find
Why3find.Cache
val digest : ?prover:Prover.prover -> Why3.Task.task -> string
In case a prover is given, the task digest is consolidated with the prover driver specification.
type t
Cache data structure
val create : cdir:string -> ?usecache:bool -> unit -> t
~cdir is the directory where the cache lives.
~cdir
val get : t -> Why3.Task.task -> Prover.prover -> Result.t
val set : t -> Why3.Task.task -> Prover.prover -> Result.t -> unit