Hi All, i am steadily building more and more of our internal services with Effect which is amazing. I want to use a cache to restrict the amount of error emails, the key-value store does not have a TTL so im looking into Cache to handle this (i would normally use something like flat-cache to handle this). The only issue i'm running into is how to get the value into loopup. I can define the type of value for the set method, but how can i get this value into my lookup function? The documentation only describes a function without parameters so i'm a but stuck. Thanks!