Terry L
Terry L
I noticed that there has been no new snapshots since November 19: https://oss.sonatype.org/content/repositories/snapshots/dev/zio/zio-prelude_2.13/ https://oss.sonatype.org/content/repositories/snapshots/dev/zio/zio-prelude_2.12/ In my initial investigation, I also noticed that Github actions have been failing lately. Not sure...
### Motivation In some scenarios, we might want to add a value to the cache directly without calling the lookup function. An example of such business logic is we have...
### Motivation Currently the test cases are pretty simple. More complex scenarios should be covered. Additionally tests for other platforms (namely JS and native) should also be added to make...
### Motivation Depending on the underlying data structure, initializing it to a known size that fits user's use pattern might be a good optimization. ### Considerations If I'm not mistaken,...
### Motivation Currently there is no easy way to iterate through or query against the items in the cache. There might be cases where you would like to do that...