All the cacheFrom artifacts will be put into cacheTo
repository. All userTags will be copied verbatim, including
accessed, with 1 exception: date will be the
current Sys.time() at the time of merging. The
createdDate column will be similarly the current time
of merging.
mergeCache(cacheTo, cacheFrom) # S4 method for ANY mergeCache(cacheTo, cacheFrom)
| cacheTo | The cache repository (character string of the file path) that will become larger, i.e., merge into this |
|---|---|
| cacheFrom | The cache repository (character string of the file path) from which all objects will be taken and copied from |
The character string of the path of cacheTo, i.e., not the
objects themselves.
This is still experimental