zio-actors
zio-actors copied to clipboard
Caching combinator
We should have an actor combinator that wraps an actor and adds caching, assuming a suitable type class is defined for the input message (hashable and equality?).
We should define our own type classes and remove dependencies on Scalaz, just keep the ZIO dependencies.