Hi, I've found that if I re-save a page, that is published, with SaveAction.ForceCurrentVersion the cache is not invalidated. I save the PageData with ForceCorrentVersion, and if I do a getpage on that very pagedata, I do not get the new values.(I can close down the browser, even use a different browser, does not matter) After an IISRESET I do get the correct data. If I use SaveAction.Publish then I get the new and correct values on the next getpage.
Is this by design? Or is there something I'm missing here?
Hi,
I've found that if I re-save a page, that is published, with SaveAction.ForceCurrentVersion the cache is not invalidated.
I save the PageData with ForceCorrentVersion, and if I do a getpage on that very pagedata, I do not get the new values.(I can close down the browser, even use a different browser, does not matter) After an IISRESET I do get the correct data.
If I use SaveAction.Publish then I get the new and correct values on the next getpage.
Is this by design? Or is there something I'm missing here?
Regards,
Morten