After this operation the cache directory will be completely empty, except an empty cache database file.
Examples
if (FALSE) { # \dontrun{
omnipath_cache_wipe()
# the cache is completely empty:
print(omnipathr.env$cache)
# list()
list.files(omnipath_get_cachedir())
# [1] "cache.json"
} # }