Hi there -- I am passing to a component's parameter the result of a containing component's method. Now I was thinking that because of "cache=true" being the default on @Parameter that the container's method would only be called once ... but this does not seem to be the case. I am having the container's method being called multiple times during a render operation.
Is this a bug or expected behaviour? -Pat