Initialize a content-addressable response cache
Source:R/api_response_cache.R
init_response_cache.RdCreates the cache directory under the run output directory and returns a
ResponseCache S3 object that can be passed to
cache_response and read_cached_response.
Details
If config$audit$capture_raw_responses is FALSE (a power-user
opt-out), the cache is created in disabled mode: write/read calls are no-ops
and the cache directory is not created. This matches the conservative
default in default_config() (capture_raw_responses = TRUE).