Base solution for your next web application
Open Closed

What is cached? #12136


User avatar
0
mdepouw created

Can you provide us with any specific details about what is cached? It seems like many entities are cached, right? Is there a list or high level list? Any documentation we can refer to?

Also, what about Output caching middleware in ASP.NET Core, is that also utilized?


8 Answer(s)
  • User Avatar
    0
    oguzhanagir created
    Support Team

    Hi mdepouw

    In ASP.NET Zero application, when you go to Maintenance page under Administration by default, there is a cache list under Caches. For more information, you can review the document here.

    Output cache is not active by default in the application.

  • User Avatar
    0
    mdepouw created

    I take that is not available in the live demo as I don't see it:

  • User Avatar
    0
    oguzhanagir created
    Support Team

    Hi mdepouw

    When the user logs in as Host and has the necessary permissions, they can see the Maintenance page.

  • User Avatar
    0
    mdepouw created

    there we go, in host mode I see it, thanks!

  • User Avatar
    0
    oguzhanagir created
    Support Team

    Hi

    Thank you for confirming. If you need any more help, feel free to ask.

    Have a great day!

  • User Avatar
    0
    mdepouw created

    oh, I forgot: what about Output caching middleware in ASP.NET Core, is that also utilized?

  • User Avatar
    0
    oguzhanagir created
    Support Team

    Hi mdepouw

    Output Cache middleware is not used by default in the application.

  • User Avatar
    0
    mdepouw created

    I see, thanks! And I really appreciate the quick turnaround on this 🤝