Caching for Authenticated Users

Question:

How can I enable the module or a page output caching for a subset of authenticated users?

Answer:

  1. The page output cache only applies to Unauthenticated users; however, Module Output Cache applies to the All Users.
  2. As an alternative; You may use the third party extension at https://github.com/davidjrh/dnn.rediscachingprovider.Please be aware that; due to it being a 3rd party extension, we do not provide support for it. The support should come from the DNN Community via its forums or the GitHub repository Issues tab for this extension.

Additional Info:

This extension is not the same as Output Caching, it is only for caching .NET objects.

Related Article:

Configure Caching

Comments

0 comments

Please sign in to leave a comment.