dispatcher cache
Hi
In dispatcher i need to clear the cache for a component which basically reads a value which will be incremented in publish Mode.But because of the caching in the dispatcher mode, old values are retreived. But the component functionality works fine in publish mode.
EX: Suppose a value get incremented on clicking a button, I need to display the value based on the counter.
IN Publish: Most recent update is rendered.
But in dispatcher: Old values are getting rendered because of the caching.Suppose if i append somethng like http://sample.com?1234
then since the url is not cached,then the component displays the most recent entries.
So is there a way to disable the caching for ceratin pages in dispatcher mode