R/cache-helpers.R
debugCache.Rd
Internal use only. Attaches an attribute to the output, usable for debugging the Cache.
.debugCache(obj, preDigest, ...)
An arbitrary R object.
A list of hashes.
Dots passed from Cache
The same object as obj, but with 2 attributes set.
obj
Eliot McIntire