[SOLVED] Content Cache - doesn't update new data
Posted: Thu Apr 28, 2011 7:52 am
Hello, I have quite wide tree of pages and I had to use Content Cache to speed up page loading. I installed it, in the template I added tags around the whole body
How can I achieve correct behaviour?
I hope my problem is understandable
Now, when I update data inside the page content - text inside the textarea - everything is correct, but when I call some another module inside the page content and I update content of this module, the changes doesn't show up in frontend. Illustratively:</__body>
{cache_cms tags="Content" current_url=1}
this is my code before content
{content}
this is my code after content
{/cache_cms}
<__body>
... when I change text 'text before the gallery module content', it shows up in the frontend and everything is ok. But when I, for example, add photos to my 'photos' gallery, new photos doesn't show up in the frontend.Content type:
content
Title:
Photogallery
Menu text:
Photogallery
Parent:
My parent
Content:
text before the gallery module content
{Gallery dir='photos'}
How can I achieve correct behaviour?
I hope my problem is understandable
