R/cache_contains.R

cache_contains <- function (..., root = cache_root()) {
  #verbose <- isTRUE(getOption("cacher.verbose"))
  file.exists(cache_path(..., root = root))
}
BAAQMD/cacher documentation built on May 20, 2020, 12:44 a.m.