MCPcopy Create free account
hub / github.com/mikro-orm/mikro-orm / cache

Method cache

packages/sql/src/query/QueryBuilder.ts:2064–2068  ·  view source on GitHub ↗
(config: boolean | number | [string, number] = true)

Source from the content-addressed store, hash-verified

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.

Callers 3

GH6083.test.tsFile · 0.80

Calls 1

ensureNotFinalizedMethod · 0.95

Tested by

no test coverage detected