dot-checkInCache: Check whether value in cache exists

.checkInCacheR Documentation

Check whether value in cache exists

Description

Check whether value in cache exists

Usage

.checkInCache(bfc, hash, verbose = FALSE)

Arguments

bfc

Object of class BiocFileCache, created by a call to BiocFileCache::BiocFileCache()

hash

unique hash representing a query.

verbose

logical; should additional verbose output be printed? Not currently used.

This function returns TRUE if a record with the requested hash already exists in the file cache, otherwise returns FALSE.


convertid documentation built on April 4, 2025, 1:01 a.m.