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.
cacheBedCall(..., tn, recache = FALSE)
The results of the bedCall.
params for bedCall
the name of the cached table
boolean indicating if the CQL query should be run even if the table is already in cache
Use only with "row" result returned by DB request.
Internal use.
cacheBedResult, bedCall