Generates a cache pathname from a key object.
# S3 method for default
generateCache(key, suffix=".Rcache", ...)A list or an environment from which a character string
checksum will be calculated and that will constitute the name part
of the cache filename.
A character string to be appended to the end of the
filename.
Arguments passed to getCachePath().
Returns the pathname as a character string.
findCache().
Internally, the generic function getChecksum() is used to
calculate the checksum of argument key.