# S4 method for class 'BEDbase'
getCache(x, cache_type = c("bedfiles", "bedsets"))
Arguments
- x
BEDbase() object
- cache_type
character(1) bedfiles or bedsets
Value
BiocFileCache() object of BED files
Examples
bedbase <- BEDbase(tempdir())
#> 125977 BED files available.
getCache(bedbase, "bedfiles")
#> class: BiocFileCache
#> bfccache: /tmp/RtmpZOFyb0/bedfiles
#> bfccount: 0
#> For more information see: bfcinfo() or bfcquery()