All cache data will be stored only on the local disk.
cache_file(cache_dir)
cache_dir | Directory where to store the cache files. |
---|
A cache object that inherits from R6Cache
.
Other cache functions: cache_memory_file
,
cache_memory
, default_cache
# NOT RUN { cache_in_file <- cache_file("path_to_cache_diretory") # }