ftxt_cache: Inspect and manage cached files

Description Useful user functions for managing cached files See Also Examples

Description

Inspect and manage cached files

Useful user functions for managing cached files

See Also

cache, cache_file_info()

Other caching-functions: cache_file_info(), cache

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
## Not run: 
ftxt_cache

# list files in cache
ftxt_cache$list()

# list details of files in cache
ftxt_cache$details()

# delete certain database files
# ftxt_cache$delete("file path")
# ftxt_cache$list()

# delete all files in cache
# ftxt_cache$delete_all()
# ftxt_cache$list()

## End(Not run)

fulltext documentation built on June 12, 2021, 9:06 a.m.