Hi Everyone - I did following implementation to enable permission sensitive caching in my AEM 6.5 instance:1. Created an AuthCheckerServlet at /bin/permissionChecker2. Added /auth_checker section in dispatcher file with uri mapped to uri in #1 above3. Added allowAuthorized ="1" in /cache section4. r...