I am new to umbraco and i am trying to cache a macro which displays the bodytext of my content type. I have set the cache duration of the Macro to 2 minute.
Initially i entered some content and published the page and able to see the content in the webpage which is fine. Now when i try to change the content between the 2 minute time and puvblish the page i see the changes in the page.the caching is not being applied.
For ex: Intitally my content is "This is my Test for cache." published the content.
Now i change the content to "This is my test for cache after 1 minute" and publish the content. i see the "This is my test for cache after 1 minute" instead of "This is my Test for cache."
Am i correct or am i missing something or devating from the caching concept.
Umbraco Macro Caching
Hi,
I am new to umbraco and i am trying to cache a macro which displays the bodytext of my content type. I have set the cache duration of the Macro to 2 minute.
Initially i entered some content and published the page and able to see the content in the webpage which is fine. Now when i try to change the content between the 2 minute time and puvblish the page i see the changes in the page.the caching is not being applied.
For ex: Intitally my content is "This is my Test for cache." published the content.
Now i change the content to "This is my test for cache after 1 minute" and publish the content. i see the "This is my test for cache after 1 minute" instead of "This is my Test for cache."
Am i correct or am i missing something or devating from the caching concept.
Any help is Appreciated
Each publish of *any* page invalidates *all* cached content, so, behaviour is as intented!
Cheers,
/Dirk
is working on a reply...