simpleCache.Rd
Simple key-value cache function accepting closures
simpleCache(object, key, path = getOption("custom_data_path"), refresh = FALSE)
closure with return expression to be cached
cache key
path where to cache the data
bool option to force refresh of cache, default FALSE
object, (potentially cached version)