cschleiden / go-workflows

Embedded durable workflows for Golang similar to DTFx/Cadence/Temporal
https://cschleiden.github.io/go-workflows/
MIT License
229 stars 49 forks source link

Enable other cache implementations #336

Closed cschleiden closed 7 months ago

cschleiden commented 7 months ago

Before the cache interface was internal and it wasn't possible to provide other implementations. Now it is.