[Archived] Libraries for in-memory caching and distributed caching. Project moved to https://github.com/aspnet/Extensions
Перейти к файлу
Kiran Challa 14cf36d4f5 Updated Redis cache project to support .NET Core 2016-08-26 09:01:04 -07:00
samples Updated Redis cache project to support .NET Core 2016-08-26 09:01:04 -07:00
src Updated Redis cache project to support .NET Core 2016-08-26 09:01:04 -07:00
test Updated Redis cache project to support .NET Core 2016-08-26 09:01:04 -07:00
tools Strong name everything. 2015-10-30 16:59:18 -07: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 2016-08-02 13:08:19 -07:00
CONTRIBUTING.md Update Home master -> Home dev 2015-05-12 11:47:12 -07:00
Caching.sln Revert "Add Visual Studio specific RC1 binaries." 2016-05-16 10:37:23 -07:00
LICENSE.txt Add LICENSE.txt 2015-05-01 14:09:10 -07:00
NuGet.config Switching to dotnet.myget.org feed 2016-08-09 14:56:40 -07:00
NuGetPackageVerifier.json Revert "Add Visual Studio specific RC1 binaries." 2016-05-16 10:37:23 -07:00
README.md Fix package metadata 2016-02-28 14:33:52 -08:00
appveyor.yml Fix backslashes in yml config. 2016-03-09 17:44:48 -08:00
build.cmd Return the error code from build.cmd 2016-02-28 10:12:12 -08:00
build.ps1 Update the build scripts to the latest version 2016-03-07 20:54:56 -08:00
build.sh Update the build scripts to the latest version 2016-03-07 20:54:56 -08:00
global.json Update global.json, sources=>projects 2015-04-02 09:19:48 -07:00
makefile.shade Modify version to preview1 2016-05-11 12:26:19 -07: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.