(clock: Clock.Clock, timeToLiveMillis: number)
| 639 | } |
| 640 | |
| 641 | hasExpired(clock: Clock.Clock, timeToLiveMillis: number): boolean { |
| 642 | return clock.unsafeCurrentTimeMillis() > timeToLiveMillis |
| 643 | } |
| 644 | |
| 645 | lookupValueOf( |
| 646 | input: Key, |
no test coverage detected