* Counts the number of rows in the cache * @returns {Number}
()
| 378 | * @returns {Number} |
| 379 | */ |
| 380 | get size () { |
| 381 | const { total } = this.#countEntriesQuery.get() |
| 382 | return total |
| 383 | } |
| 384 | |
| 385 | /** |
| 386 | * @param {import('../../types/cache-interceptor.d.ts').default.CacheKey} key |