Open tadfisher opened 1 month ago
Seems like passing Clock through the entrypoint to the Sqkon constructor, instead of hardcoding nowMillis to use Clock.System, would allow for testing cache behavior.
Clock
nowMillis
Clock.System
Good call
Seems like passing
Clock
through the entrypoint to the Sqkon constructor, instead of hardcodingnowMillis
to useClock.System
, would allow for testing cache behavior.