Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
refresh
Method · 0.95
resolveMapValue
Method · 0.95
Calls
1
unsafeCurrentTimeMillis
Method · 0.65
Tested by
no test coverage detected