Page attributes not updated until page is reloaded
PermalinkHow do I obtain the new attribute values without refreshing the page?
edit:
More specifically, calling $c->getAttribute() before $c->setAttribute() caches the current value such that any subsequent calls to $c->getAttribute() just return the initial value. Of course I can add a hack to the page to not use the old value, but it would be instructive to know how to clear the attribute cache for a particular page attribute. There is some minimal documentation, but nothing comprehensive.
So then is this considered a bug? That is, the caching is not updated when changes are made.