Currently, the default cache engine is cache_memory(), but this might change in the future.

default_cache()

Value

A cache object that inherits from R6Cache.

See also

Other cache functions: cache_file, cache_memory_file, cache_memory

Examples

# NOT RUN {
current_cache <- default_cache()
# }