[Archived] Libraries for in-memory caching and distributed caching. Project moved to https://github.com/aspnet/Extensions
Перейти к файлу
Nate McMaster 45171917a4 Change korebuild branch and fix argument forwarding in bootstrapper 2017-03-01 18:14:13 -08:00
build Downgrade to stable packages 2017-02-14 16:15:32 -08:00
samples Downgrade to stable packages 2017-02-14 16:15:32 -08:00
src Downgrade to stable packages 2017-02-14 16:15:32 -08:00
test Bump test projects up to .NET 4.5.2 2017-02-14 08:40:17 -08:00
.gitattributes Build with dotnet 2016-01-06 11:08:23 -08:00
.gitignore Build with dotnet 2016-01-06 11:08:23 -08:00
.travis.yml Update .travis.yml osx image to xcode7.3. 2016-12-08 10:02:53 -08:00
CONTRIBUTING.md Update Home master -> Home dev 2015-05-12 11:47:12 -07:00
Caching.sln Upgrade to VS 2017 2017-01-30 16:32:00 -08:00
LICENSE.txt Add LICENSE.txt 2015-05-01 14:09:10 -07:00
NuGet.config Upgrade to VS 2017 2017-01-30 16:32:00 -08:00
NuGetPackageVerifier.json Removed packages list in NuGetPackageVerifier.json 2016-12-12 00:41:40 -08:00
README.md Fix package metadata 2016-02-28 14:33:52 -08:00
appveyor.yml Upgrade to VS 2017 2017-01-30 16:32:00 -08:00
build.cmd Return the error code from build.cmd 2016-02-28 10:12:12 -08:00
build.ps1 Change korebuild branch and fix argument forwarding in bootstrapper 2017-03-01 18:14:13 -08:00
build.sh Change korebuild branch and fix argument forwarding in bootstrapper 2017-03-01 18:14:13 -08:00
version.props Upgrade to VS 2017 2017-01-30 16:32:00 -08:00

README.md

Caching

AppVeyor: AppVeyor

Travis: Travis

Contains libraries for in-memory caching and distributed caching. Includes distributed cache implementations for in-memory, Microsoft SQL Server, and Redis.

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.