zio-actors icon indicating copy to clipboard operation
zio-actors copied to clipboard

Caching combinator

Open jdegoes opened this issue 6 years ago • 0 comments

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.

jdegoes avatar Jan 29 '19 21:01 jdegoes