MercuryTechnologies / sqkon

Sqkon - SQLite Backed Jsonb KeyValue Store - Pronounced "sc-on"
Apache License 2.0
9 stars 0 forks source link

Pass Clock to entry point #1

Open tadfisher opened 1 month ago

tadfisher commented 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.

chrisjenx commented 1 month ago

Good call