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)
-
0
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.
-
0
-
0
Hi mdepouw
When the user logs in as
Host
and has the necessary permissions, they can see the Maintenance page. -
0
-
0
Hi
Thank you for confirming. If you need any more help, feel free to ask.
Have a great day!
-
0
oh, I forgot: what about Output caching middleware in ASP.NET Core, is that also utilized?
-
0
Hi mdepouw
Output Cache middleware is not used by default in the application.
-
0
I see, thanks! And I really appreciate the quick turnaround on this 🤝