R/aaa-cache.R
kobo_cache_clear.Rd
Clear the metadata cache
kobo_cache_clear(uid = NULL, type = c("all", "forms", "langs"))
Optional asset uid. If provided, clears cache for that asset only.
Character, which cache to clear: "all" (default), "forms", or "langs".
Invisibly returns TRUE
if (FALSE) { # \dontrun{ kobo_cache_clear() kobo_cache_clear("aXf4gH7kL9mN2pQrStUvWx") kobo_cache_clear(type = "langs") } # }