Character vector. Unique name for your cache file. You can pass
a character vector with multiple elements that will be concatenated.
All cache files with start with lares_cache_* automatically to
quickly detect these cache files.
cache_dir
Character. Where do you want to save you cache files?
By default they'll be stored on tempdir() but you can change it
using this parameter or setting a global option called "LARES_CACHE_DIR".
ask
Boolean. If cache exists, when reading: (interactive) ask the user
if the cache should be used to proceed or ignored; when writing, (interactive)
ask the user if the cache should be overwritten. Note that you can only ask for
one cache file at a time because vectors are concatenated.
overwrite
Boolean. Set to overwrite existing cache file. When reading,
this parameter answers to ask prompt instead.
quiet
Boolean. Keep quiet? If not, message will be shown.