Searched refs:queryCache (Results 1 – 1 of 1) sorted by relevance
98 const requestResponses = this.#queryCache(r, options)544 const requestResponses = this.#queryCache(r, options)615 if (this.#queryCache(operation.request, operation.options, addedItems).length) {625 requestResponses = this.#queryCache(operation.request, operation.options)677 requestResponses = this.#queryCache(operation.request)720 #queryCache (requestQuery, options, targetStorage) { method in Cache