AspNetCore.Docs/aspnetcore/performance/caching/index.md

18 lines
764 B
Markdown
Raw Normal View History

2016-10-29 01:35:15 +08:00
---
title: Cache responses in ASP.NET Core
2016-11-12 00:28:14 +08:00
author: ardalis
2017-11-18 03:22:43 +08:00
description: Learn how to use caching to improve the performance of ASP.NET Core apps.
2018-01-29 23:21:31 +08:00
ms.author: riande
2016-10-29 01:35:15 +08:00
ms.date: 10/14/2016
uid: performance/caching/index
---
# Cache responses in ASP.NET Core
2016-10-29 01:35:15 +08:00
* [Cache in-memory](xref:performance/caching/memory)
* [Work with a distributed cache](xref:performance/caching/distributed)
2017-11-18 03:22:43 +08:00
* [Detect changes with change tokens](xref:fundamentals/primitives/change-tokens)
* [Response caching](xref:performance/caching/response)
* [Response Caching Middleware](xref:performance/caching/middleware)
* [Cache Tag Helper](xref:mvc/views/tag-helpers/builtin-th/cache-tag-helper)
* [Distributed Cache Tag Helper](xref:mvc/views/tag-helpers/builtin-th/distributed-cache-tag-helper)