Currently, the default cache engine is cache_memory()
, but this
might change in the future.
default_cache()
A cache object that inherits from R6Cache
.
Other cache functions: cache_file
,
cache_memory_file
,
cache_memory
# NOT RUN { current_cache <- default_cache() # }