MCPcopy Index your code
hub / github.com/Effect-TS/effect / hasExpired

Method hasExpired

packages/effect/src/internal/scopedCache.ts:515–517  ·  view source on GitHub ↗
(timeToLive: number)

Source from the content-addressed store, hash-verified

513 }
514
515 hasExpired(timeToLive: number): boolean {
516 return this.clock.unsafeCurrentTimeMillis() > timeToLive
517 }
518
519 trackHit(): void {
520 this.cacheState.hits = this.cacheState.hits + 1

Callers 2

refreshMethod · 0.95
resolveMapValueMethod · 0.95

Calls 1

Tested by

no test coverage detected