This should be possible with cache.batch
:
cache.batch({
update(c) {
someObject.color(color);
someObject.name(name);
},
});
This should be possible with cache.batch
:
cache.batch({
update(c) {
someObject.color(color);
someObject.name(name);
},
});