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.
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.