Fast and Light-Weight Caching (Memoization) of Objects and Results to Speed Up Computations


[Up] [Top]

Documentation for package ‘R.cache’ version 0.16.0

Help Pages

R.cache-package Package R.cache
addMemoization Creates a copy of an existing function such that its results are memoized
addMemoization.default Creates a copy of an existing function such that its results are memoized
evalWithMemoization Evaluates an R expression with memoization
getCacheRootPath Gets the root path to the file cache directory
getCacheRootPath.default Gets the root path to the file cache directory
loadCache Loads data from file cache
loadCache.default Loads data from file cache
memoizedCall Calls a function with memoization
memoizedCall.default Calls a function with memoization
R.cache Package R.cache
saveCache Saves data to file cache
saveCache.default Saves data to file cache
setCacheRootPath Sets the root path to the file cache directory
setCacheRootPath.default Sets the root path to the file cache directory