saveCache {httpcache}R Documentation

Save and load cache state

Description

Warm your query cache from a previous session by saving out the cache and loading it back in.

Usage

saveCache(file)

loadCache(file)

Arguments

file

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

Value

Nothing; called for side effects.


[Package httpcache version 1.2.0 Index]