Save and load cache state
Warm your query cache from a previous session by saving out the cache and loading it back in.
saveCache(file) loadCache(file)
file
: character file path to write the cache data to, in .rds
formatNothing; called for side effects.
Useful links