saveCache function

Save and load cache state

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)

Arguments

  • file: character file path to write the cache data to, in .rds format

Returns

Nothing; called for side effects.