Implementing Cleanup with TTL in Cache.make Using Effect.acquireRelease

Can the lookup function in Cache.make provide a Scope so when the TTL hits we'll be able to do some cleanups? basically use Effect.acquireRelease in the lookup function 👀
Was this page helpful?