Deprecated on 2019-01-13.
recover_cache(
path = NULL,
hash_algorithm = NULL,
short_hash_algo = NULL,
long_hash_algo = NULL,
force = FALSE,
verbose = 1L,
fetch_cache = NULL,
console_log_file = NULL
)
A drake/storr cache.
File path of the cache.
Name of a hash algorithm to use.
See the algo
argument of the digest
package for your options.
Deprecated on 2018-12-12.
Use hash_algorithm
instead.
Deprecated on 2018-12-12.
Use hash_algorithm
instead.
Logical, whether to load the cache despite any back compatibility issues with the running version of drake.
Deprecated on 2019-09-11.
Deprecated.
Deprecated on 2019-09-11.
Does not work with
in-memory caches such as storr_environment()
.
new_cache()
, get_cache()