Umbraco uses it's own caching mechanism so I think this is not supported. You can cache Macro's and you can cache results yourself in codebehind, but I'm pretty sure you can't set output caching.
Thank you Richard for your answer, but I guess there is something in Umbraco caching system that is preventing the output cache, i wonder where it is...
Output cache not working in Default.aspx
Hello everybody, I wanted to implement an output cache, not using the origienal Umbraco settings.
I added a caching code to the Page Load Of Default.aspx :
But it doesn't seems to work, I still stop at my brakepoint, and I still get to page_load, anyone has an idea why?
Thank you in advance.
Hi,
Umbraco uses it's own caching mechanism so I think this is not supported. You can cache Macro's and you can cache results yourself in codebehind, but I'm pretty sure you can't set output caching.
Cheers,
Richard
Thank you Richard for your answer, but I guess there is something in Umbraco caching system that is preventing the output cache, i wonder where it is...
is working on a reply...