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 Add build infrastructure. 2016-07-27 10:40:45 -07:00
.gitignore Rough outline of middleware, sample, and test projects. 2016-07-27 10:40:45 -07:00
CONTRIBUTING.md Initial commit 2015-05-15 10:01:00 -07:00
LICENSE.txt Initial commit 2015-05-15 10:01:00 -07:00
NuGet.Config Add build infrastructure. 2016-07-27 10:40:45 -07:00
NuGet.master.config Add build infrastructure. 2016-07-27 10:40:45 -07:00
NuGet.release.config Add build infrastructure. 2016-07-27 10:40:45 -07:00
README.md ASP.NET 5 -> ASP.NET Core 2016-03-14 22:01:49 -07:00
ResponseCaching.sln Rough outline of middleware, sample, and test projects. 2016-07-27 10:40:45 -07:00
build.cmd Add build infrastructure. 2016-07-27 10:40:45 -07:00
build.sh Add build infrastructure. 2016-07-27 10:40:45 -07:00
global.json Rough outline of middleware, sample, and test projects. 2016-07-27 10:40:45 -07:00
makefile.shade Add build infrastructure. 2016-07-27 10:40:45 -07:00

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.