Permission Sensitive Caching Delivery | Community
Skip to main content
paulm54716093
Level 2
February 18, 2018
Solved

Permission Sensitive Caching Delivery

  • February 18, 2018
  • 2 replies
  • 1095 views

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?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by joerghoh

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

2 replies

kautuk_sahni
Community Manager
Community Manager
February 20, 2018

We need to create a servlet:- Caching Secured Content

Kautuk Sahni
joerghoh
Adobe Employee
joerghohAdobe EmployeeAccepted solution
Adobe Employee
February 20, 2018

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