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

22 lines
424 B
Markdown
Raw Normal View History

2016-10-29 01:35:15 +08:00
---
2016-11-17 08:24:57 +08:00
title: Caching | Microsoft Docs
2016-11-12 00:28:14 +08:00
author: ardalis
2016-11-18 04:13:02 +08:00
description:
keywords: ASP.NET Core,
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
2016-10-29 01:35:15 +08:00
ms.prod: aspnet-core
uid: performance/caching/index
---
# Caching
* [In Memory Caching](memory.md)
* [Working with a Distributed Cache](distributed.md)
* [Response Caching](response.md)