Learn
Documentation
Packages
Community
OPAM on Github
OPAM
Repository
Documentation
Primer
Quick Install
Basic Usage
Specifying Solver Preferences
FAQ
Go Further
Advanced Install
Advanced Usage
Developing
For Packagers
Packaging
OPAM 1.2 BETA
About OPAM
Platform Blog
#
en
Module
OUnitCache
type
cache =
OUnitTest
.
result
OUnitTest
.
MapPath
.
t
val
cache_filename : ?extra_subst:(string * string) list ->
OUnitConf
.
conf
-> string option
val
default : 'a
OUnitTest
.
MapPath
.
t
val
load :
OUnitConf
.
conf
-> cache
val
dump :
OUnitConf
.
conf
-> 'a -> unit
val
get_result :
OUnitTest
.
MapPath
.
key
-> 'a
OUnitTest
.
MapPath
.
t
-> 'a option
val
add_result :
OUnitTest
.
MapPath
.
key
-> 'a -> 'a
OUnitTest
.
MapPath
.
t
-> 'a
OUnitTest
.
MapPath
.
t