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: 0x7fddb366dbd0> #> <environment: namespace:NCoVUtils>