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

22 lines
801 B
Markdown
Raw Normal View History

2016-10-29 01:35:15 +08:00
---
2017-07-01 07:47:15 +08:00
title: Caching
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
ms.author: riande
manager: wpickett
ms.date: 10/14/2016
ms.topic: article
2016-11-17 08:24:57 +08:00
ms.technology: aspnet
ms.prod: asp.net-core
2016-10-29 01:35:15 +08:00
uid: performance/caching/index
---
# Caching
2017-11-18 03:22:43 +08:00
* [In-memory caching](xref:performance/caching/memory)
* [Working with a distributed cache](xref:performance/caching/distributed)
* [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)