Hi ,
I have created a web page in magnolia. The behaviour of few components are to
display the dynamic value which is coming from server.
The issue is, [b][u]entire page has been cached by magnolia including that
dynamic component[/u][/b].
Hence we didn’t get the dynamic value for that component.
Every time we are getting the same value which is already cached by magnolia.
Is there any way to ignore the component/page from magnolia caching?
I tried with the following two different configurations. But there is no
effect.
Still the page is getting cached by magnolia.
The configurations are:
[code]+ modules
+ cache
+ config
+ configurations
+ default
+ cachePolicy
+ voters
+ urls
+ excludes
-[b]ourComponent[/b]
o info.magnolia.voting.voters.URIStartsWithVoter
o/promos/features/our-component[/code]
We also tried the following:
[code]+ modules
+ cache
+ config
+ configurations
+ default
+ cachePolicy
+ voters
+ deny
-[b]ourCcomponent[/b]
oinfo.magnolia.voting.voters.URIStartsWithVoter
o/promos/features/our-component[/code]
Please help me.
--
Context is everything:
http://forum.magnolia-cms.com/forum/thread.html?threadId=a08e6089-245f-4d43-b11d-d6ec0053d6db
----------------------------------------------------------------
For list details, see http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------