R/cache.R
clear_cache.Rd
Clear all cached models from memory. This can be useful to free up memory or to force models to be reloaded.
clear_cache()
Invisible NULL
if (FALSE) { # \dontrun{ # Clear the cache clear_cache() # Models will be reloaded on next use } # }