Memoisation of Functions
Cache the results of a function so that when you call it again with the same arguments it returns the pre-computed value.
Filesystem Cache
Google Cloud Storage Cache Google Cloud Storage backed cache, for remote caching.
In Memory Cache
Amazon Web Services S3 Cache Amazon Web Services S3 backed cache, for remote caching.
Drops the cache of a memoised function for particular arguments.
Forget past results. Resets the cache of a memoised function.
Test whether a memoised function has been cached for particular arguments.
Test whether a function is a memoised copy. Memoised copies of functions carry an attribute memoised = TRUE, which is what is.memoised() tests for.
Memoise a function
Return a new number after a given number of seconds
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.