2016-10-29 01:35:15 +08:00
|
|
|
---
|
2018-03-22 08:18:35 +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.
|
2016-10-29 01:35:15 +08:00
|
|
|
manager: wpickett
|
2018-01-29 23:21:31 +08:00
|
|
|
ms.author: riande
|
2016-10-29 01:35:15 +08:00
|
|
|
ms.date: 10/14/2016
|
2017-03-03 08:50:36 +08:00
|
|
|
ms.prod: asp.net-core
|
2018-01-29 23:21:31 +08:00
|
|
|
ms.technology: aspnet
|
|
|
|
ms.topic: article
|
2016-10-29 01:35:15 +08:00
|
|
|
uid: performance/caching/index
|
|
|
|
---
|
2018-03-22 08:18:35 +08:00
|
|
|
# Cache responses in ASP.NET Core
|
2016-10-29 01:35:15 +08:00
|
|
|
|
2018-03-22 08:18:35 +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)
|