Cache R Objects with Automatic Pruning
Create a disk cache object
Compose any number of cache objects into a new, layered cache object
Create a memory cache object
Objects exported from other packages
Key-value stores with automatic pruning. Caches can limit either their total size or the age of the oldest object (or both), automatically pruning objects to maintain the constraints.
Useful links