I want to cache authenticated content in the dispatcher for performance and found this KB that shows a way to do it.
Permission Sensitive Caching Delivery
Does anyone know if 6.x now support this out of the box, or do we still have to write a customer servlet as this article shows?
Solved! Go to Solution.
It is supported. And you still have to write the servlet (see the page referenced by kautuksahni for an example). That's because permissions on the page itself is probably the most common reason for the decision to deliver the cached content, but not the only one :-)
Jörg
We need to create a servlet:- Caching Secured Content
Views
Replies
Total Likes
It is supported. And you still have to write the servlet (see the page referenced by kautuksahni for an example). That's because permissions on the page itself is probably the most common reason for the decision to deliver the cached content, but not the only one :-)
Jörg
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies