Say a custom component was using tag lib, which was fetching data from database. Please let me know the behavior in dispatcher. Will this page will be cached or it will fetch dynamic values. I wanted to know whether we have to give like response.setHeader("Dispatcher", "no-cache") in those scenarios or adobe automatically takes care.
Solved! Go to Solution.
Views
Replies
Total Likes
Hi
The dispatcher caches under these circumstances:
So the easiest way would be fetch your file, which should not be cached, with a query string attached. Then also the clients or intermediary caches do not cache it.
regards,
Jörg
Views
Replies
Total Likes
Hi
The dispatcher caches under these circumstances:
So the easiest way would be fetch your file, which should not be cached, with a query string attached. Then also the clients or intermediary caches do not cache it.
regards,
Jörg
Views
Replies
Total Likes
To be clear, the dispatcher doesn't know anything about the internal logic of your components. It just sees the rendered HTML and headers.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies