xh / hoist-core

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

CachedValue and related enhancements to multi-instance support #386

Closed lbwexler closed 2 months ago

lbwexler commented 2 months ago

Needed to remove the oldValue in our change handler -- we could bring it back optionally, but it will require giving up on our performance enhancements to avoid serializing "old" versions of our large data sets

amcclain commented 2 months ago

Will look with care tomorrow - eager to see it, thanks for setting this up.

amcclain commented 2 months ago

Please see proposed updates in #388

lbwexler commented 2 months ago

CR: Tom, ATM, Greg