Character vector. Unique name for your cache file. You can pass
a character vector with multiple elements that will be concatenated.
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.
quiet
Boolean. Keep quiet? If not, message will be shown.
filename
Character. File name to check existence.
Value
cache_write. No return value, called for side effects.
cache_read. R object. Data from cache file or NULL if no cache found.