Description Usage Arguments Details
A cache in memory, that lasts only in the current R session.
1 | cache_memory2(algo = "xxhash64")
|
algo |
The hashing algorithm used for the cache, see
|
This function differs from memoise::cache_memory
in a number of ways:
timestamping Each get/set to the cache is timestamped so that the last access time for every cached object is known
expiry The addition of timestamps allows for expiring objects older
than a certain age. See the function memoisetools::expire_cache
faster default hasing algo Use xxhash64
rather than sha512
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.