reset_cache.Rd
Reset Cache and Update all Local Data
reset_cache()
Null
## Code reset_cache#> function () #> { #> unlink(".cache", recursive = TRUE) #> cache <- memoise::cache_filesystem(".cache") #> return(invisible(NULL)) #> } #> <bytecode: 0x7ff8ee1a4560> #> <environment: namespace:NCoVUtils>