Cache file with no changes using BiocFileCache
Source:R/BiocFileCache_database_helpers.R
      dot-cache_as_is.RdThis helper function is for use with BiocFileCache objects. Using it will
copy the file directly to the cache without making any changes.
Examples
M = BiocFileCache_database(
    path = tempfile(),
    resource_name = 'example',
    bfc_fun=.cache_as_is)
#> Error in BiocFileCache_database(path = tempfile(), resource_name = "example",     bfc_fun = .cache_as_is): argument "source" is missing, with no default