(config: boolean | number | [string, number] = true)
| 2062 | } |
| 2063 | |
| 2064 | cache(config: boolean | number | [string, number] = true): this { |
| 2065 | this.ensureNotFinalized(); |
| 2066 | this.#state.cache = config; |
| 2067 | return this; |
| 2068 | } |
| 2069 | |
| 2070 | /** |
| 2071 | * Adds index hint to the FROM clause. |
no test coverage detected