Generates a cache pathname from a key object.
# S3 method for default
generateCache(key, suffix=".Rcache", ...)Returns the pathname as a character string.
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().
Henrik Bengtsson
findCache().
Internally, the generic function getChecksum() is used to
calculate the checksum of argument key.