Searched refs:cacheIt (Results 1 – 1 of 1) sorted by relevance
346 fetchFile: async function(fn, cacheIt=false){ argument347 if(cacheIt && this.cache[fn]) return this.cache[fn];359 if(cacheIt) this.cache[fn] = sql;