HiIn 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 i...