Forget memoised World Bank fetches, both in-session and (optionally) on disk.
Where the cache lives
The persistent cache goes in the standard per-user cache location,
tools::R_user_dir("countryatlas", "cache"). Point it elsewhere with
options(countryatlas.cache_dir = ), or skip the disk entirely by passing
cache = FALSE to world_data() / country_data(). Nothing is written
until a World Bank fetch actually succeeds, so a purely offline session
(examples, tests, the bundled world_snapshot) never creates it.
