Go to file
Chris R a14bb69d6a Rough outline of middleware, sample, and test projects. 2016-07-27 10:40:45 -07:00
samples/ResponseCachingSample Rough outline of middleware, sample, and test projects. 2016-07-27 10:40:45 -07:00
src/Microsoft.AspNet.ResponseCaching Rough outline of middleware, sample, and test projects. 2016-07-27 10:40:45 -07:00
test/Microsoft.AspNet.ResponseCaching.Tests Rough outline of middleware, sample, and test projects. 2016-07-27 10:40:45 -07:00
.gitattributes
.gitignore Rough outline of middleware, sample, and test projects. 2016-07-27 10:40:45 -07:00
CONTRIBUTING.md
LICENSE.txt
NuGet.Config
NuGet.master.config
NuGet.release.config
README.md
ResponseCaching.sln Rough outline of middleware, sample, and test projects. 2016-07-27 10:40:45 -07:00
build.cmd
build.sh
global.json Rough outline of middleware, sample, and test projects. 2016-07-27 10:40:45 -07:00
makefile.shade

README.md

ASP.NET Response Caching

This repo hosts the ASP.NET Core middleware for response caching.

This project is part of ASP.NET Core. You can find samples, documentation and getting started instructions for ASP.NET Core at the Home repo.