You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#' @param prune_rate how many calls to go between checking if any cache elements are too old or if the cache overall is too large. Defaults to `2000L`. Since cachem fixes the max time between prune checks to 5 seconds, there's little reason to actually change this parameter. Doesn't have a corresponding environmental variable.
33
33
#' @export
34
34
#' @import cachem
35
-
<<<<<<<Updatedupstream
36
35
set_cache<-function(cache_dir=NULL,
37
-
=======
38
-
>>>>>>>Stashedchanges
39
36
days=NULL,
40
37
max_size=NULL,
41
38
logfile=NULL,
@@ -128,18 +125,6 @@ cache_info <- function() {
128
125
cache_environ$epidatr_cache$info()
129
126
}
130
127
131
-
<<<<<<<Updatedupstream
132
-
=======
133
-
cache_epidata_call<-function(call, ...) {
134
-
#' turn off the caching for this session
135
-
#' @description
136
-
#' Print out the information about the cache (as would be returned by cachem's `info()` method)
0 commit comments