hirethunk / verbs

Verbs is an event sourcing package for PHP artisans
https://verbs.thunk.dev
MIT License
412 stars 32 forks source link

State instance cache #143

Closed inxilpro closed 4 months ago

inxilpro commented 4 months ago

The LRU cache implementation can cause issues when interacting with the queue in tests. This changes the implementation to prune the state cache between replay cycles, rather than using a traditional LRU strategy.