xh / hoist-core

🏗️ The XH Hoist toolkit for Grails
https://xh.io/
Apache License 2.0
7 stars 2 forks source link

Improve serialization efficiency of replicated `Cache` and `CachedValue` #392

Closed lbwexler closed 2 months ago

lbwexler commented 2 months ago

The hz event handler itself was triggering more serialization! Skip it, unless we are going to do something with it.

TomTirapani commented 2 months ago

Looks great! 👍