2025-11-18T21:41:42Z
Create a background worker thread that polls regularly for expired cache entries.
How do we ensure that we return quickly and not hang up on the cache eviction process?
Put a hook on the store's accessors to evict the expired cache entries.
Run the cache eviction process in another thread.