This function will load the cached resultset from a SQL query to a subdirectory of the cache root directory, the path of which will be db/schema.
loadCachedQuery(sqlQuery, db)
sqlQuery | sql statement of length 1 that will be the sole key for cache retrieval. |
---|---|
db | name of database |
schema | name of schema |