mattdneal/cacheMan: In-Memory Function Call Caching

cacheMan makes it simple to cache and retrieve the output of long-running functions in memory. Caches are passed between functions as a Cache object, so side-effects of function execution can be confined to the Cache object, without the need to set any global caching variables.

Getting started

Package details

AuthorMatthew Neal
MaintainerMatthew Neal <mattdneal@gmail.com>
LicenseMIT
Version0.1.0
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("mattdneal/cacheMan")
mattdneal/cacheMan documentation built on May 21, 2019, 12:58 p.m.