Hi Isomorphic,
the DSResponse client and server docs as well as the ResultSet don't say anything about it, but to me it seems that invalidateCache:true is only respected on UPDATE-Responses.
Perhaps also for some other, but not for operationType:"CUSTOM" ones.
I had a problem here with a Response on a custom operation where I did set this flag. This did not result in any action client side. Including a relatedUpdate for a (fake) update with the flag did the job.
Is this on purpose or a bug? If on purpose, could you mention this in the docs I linked?
Using latest 12.0p.
Thank you & Best regards
Blama
the DSResponse client and server docs as well as the ResultSet don't say anything about it, but to me it seems that invalidateCache:true is only respected on UPDATE-Responses.
Perhaps also for some other, but not for operationType:"CUSTOM" ones.
I had a problem here with a Response on a custom operation where I did set this flag. This did not result in any action client side. Including a relatedUpdate for a (fake) update with the flag did the job.
Is this on purpose or a bug? If on purpose, could you mention this in the docs I linked?
Using latest 12.0p.
Thank you & Best regards
Blama
Comment