# NOT RUN {
core_cache
# list files in cache
core_cache$list()
# delete certain database files
# core_cache$delete("file path")
# core_cache$list()
# delete all files in cache
# core_cache$delete_all()
# core_cache$list()
# set a different cache path from the default
# }
Run the code above in your browser using DataLab