Replies: 2 comments
-
Hi, You can use response cache middleware (https://docs.microsoft.com/en-us/aspnet/core/performance/caching/middleware?view=aspnetcore-5.0) Or if you want distributed caching you can add redis cache like this (https://medium.com/net-core/in-memory-distributed-redis-caching-in-asp-net-core-62fb33925818) |
Beta Was this translation helpful? Give feedback.
-
There is also the possibility of using NGINX as a reverse proxy (https://docs.microsoft.com/pt-br/aspnet/core/host-and-deploy/linux-nginx?view=aspnetcore-5.0) and configure NGINX's caching: |
Beta Was this translation helpful? Give feedback.
-
Hi,
Can someone recommend a cache solution that I can integrate and use freely? Or if within the jhipster-dotnetcore project you are thinking of incorporating a ...
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions