Skip to contents

This function calls neo4j DB the first time a query is sent and puts the result in the cache SQLite database. The next time the same query is called, it loads the results directly from cache SQLite database.

Usage

cacheBedCall(..., tn, recache = FALSE)

Arguments

...

params for bedCall

tn

the name of the cached table

recache

boolean indicating if the CQL query should be run even if the table is already in cache

Value

The results of the bedCall.

Details

Use only with "row" result returned by DB request.

Internal use.