Skip to contents

Purge the cache or clear the cached objects for a single sample.

Usage

clear_cache(id = NULL)

Arguments

id

the unique id of the sample.

Value

None (NULL)

Details

The cached objects are removed from disk and cannot be retrieved. Whenever possible specifying an id is reccomended. If id = NULL all contents of the folder .misty.temp will be removed.

Examples

clear_cache("b98ad35f4e671871cba35f2155228612")
#> Warning: Cache folder for requested id doesn't exist.

clear_cache()
#> Warning: Cache folder doesn't exist.