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
|
2016-11-18 14:19:09 +08:00
|
|
|
description: Demonstrates how to use caching for higher performance.
|
2017-09-21 15:03:27 +08:00
|
|
|
keywords: ASP.NET Core,caching,performance
|
2016-10-29 01:35:15 +08:00
|
|
|
ms.author: riande
|
|
|
|
manager: wpickett
|
|
|
|
ms.date: 10/14/2016
|
|
|
|
ms.topic: article
|
|
|
|
ms.assetid: 1e73cf62-8862-4341-8816-83be1a3edc96
|
2016-11-17 08:24:57 +08:00
|
|
|
ms.technology: aspnet
|
2017-03-03 08:50:36 +08:00
|
|
|
ms.prod: asp.net-core
|
2016-10-29 01:35:15 +08:00
|
|
|
uid: performance/caching/index
|
|
|
|
---
|
|
|
|
# Caching
|
|
|
|
|
|
|
|
* [In Memory Caching](memory.md)
|
|
|
|
* [Working with a Distributed Cache](distributed.md)
|
2017-09-20 15:04:17 +08:00
|
|
|
* [Response caching](response.md)
|
|
|
|
* [Response Caching Middleware](middleware.md)
|