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.


vfey/convertid documentation built on Feb. 9, 2025, 12:29 a.m.