if (FALSE) {
tdb_cache
# list files in cache
tdb_cache$list()
# delete certain database files
# tdb_cache$delete("file path")
# tdb_cache$list()
# delete all files in cache
# tdb_cache$delete_all()
# tdb_cache$list()
}
Run the code above in your browser using DataLab