Fast and light-weight caching (memoization) of objects


[Up] [Top]

Documentation for package ‘R.cache’ version 0.5.2

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
clearCache Removes all files in a cache file directory
clearCache.default Removes all files in a cache file directory
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
readCacheHeader Loads data from file cache
readCacheHeader.default Loads data from file 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