R/getcache.R

Defines functions get.module.cache

Documented in get.module.cache

#' Returns the current file cache
#'
#' @return environment containing the file cache.
#' @export
#'
#' @examples
#' cache <- get.module.cache()
get.module.cache <- function() {
  return(module.cache)
}
rickwargo/lrequire documentation built on May 27, 2019, 8:48 a.m.