MCPcopy Index your code
hub / github.com/rx-angular/rx-angular / generate

Method generate

libs/isr/server/src/isr-handler.ts:200–208  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

198
199 if (lastCacheDateDiff > cacheConfig.revalidate) {
200 const generate = () => {
201 return this.cacheGeneration.generateWithCacheKey(
202 req,
203 res,
204 cacheKey,
205 config?.providers,
206 'regenerate',
207 );
208 };
209
210 try {
211 // regenerate the page without awaiting, so the user gets the cached page immediately

Callers 1

renderMethod · 0.45

Calls 1

generateWithCacheKeyMethod · 0.80

Tested by

no test coverage detected