Go to file
Ryan Brandenburg 39d3036e5b Set AspNetCoreVersion 2017-07-24 17:58:24 -07:00
build Set AspNetCoreVersion 2017-07-24 17:58:24 -07:00
samples/ResponseCachingSample
src Use private instance of MemoryCache and impose size limit 2017-07-10 15:15:16 -07:00
test/Microsoft.AspNetCore.ResponseCaching.Tests Use private instance of MemoryCache and impose size limit 2017-07-10 15:15:16 -07:00
.gitattributes
.gitignore
.travis.yml
CONTRIBUTING.md
LICENSE.txt
NuGet.config
NuGetPackageVerifier.json
README.md
ResponseCaching.sln
appveyor.yml Skip first time experience on Appveyor 2017-07-10 15:24:20 -07:00
build.cmd
build.ps1
build.sh
version.props 2.0.0-rtm to 2.1.0-preview1 2017-07-24 12:32:43 -07:00

README.md

ASP.NET Core Response Caching

AppVeyor: AppVeyor

Travis: Travis

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.