1.2 KiB
1.2 KiB
title | author | description | ms.author | ms.date | uid |
---|---|---|---|---|---|
Cache responses in ASP.NET Core | guardrex | Learn how to use data caching and response caching to improve the performance of ASP.NET Core apps. | riande | 09/16/2018 | performance/caching/index |
Cache responses in ASP.NET Core
Cache in-memory
Learn how to cache data in memory in ASP.NET Core.
Work with a distributed cache
Learn how to use ASP.NET Core distributed caching to improve app performance and scalability, especially in a cloud or server farm environment.
Response caching
Learn how to use response caching to lower bandwidth requirements and increase performance of ASP.NET Core apps.
Response Caching Middleware
Learn how to configure and use Response Caching Middleware in ASP.NET Core.
Cache Tag Helper
Learn how to use the Cache Tag Helper.
Distributed Cache Tag Helper
Learn how to use the Distributed Cache Tag Helper.