keller-mark / pizzarr

Slice into Zarr arrays in R 🍕
https://keller-mark.github.io/pizzarr/
MIT License
27 stars 3 forks source link

Cache control #83

Closed dblodgett-usgs closed 3 months ago

dblodgett-usgs commented 4 months ago

User story

As a user of a package that calls pizzarr, I want the ability to control pizzarr caching using environment variables and/or a high-level cache-control function.

Preferred solution

Environment variables to modify how memoise caches results should be set up and used and a stand along pizzarr::http_cache_control() function should be added that will modify active caches without access to the actual store object.

Possible alternatives