Cache.ENABLED[]true
GeoDataAccess.jl caches API responses to disk via Scratch.jl. Caching is enabled by default — repeated requests for the same data are served from disk without hitting the network.
Cache files are stored in a Scratch.jl-managed directory and are automatically cleaned up when the package is removed or Julia’s scratchspace is garbage-collected.