[Archived] Libraries for in-memory caching and distributed caching. Project moved to https://github.com/aspnet/Extensions
Перейти к файлу
Pranav K 8d4ddf9784 Switching to dotnet.myget.org feed 2016-08-09 14:56:40 -07:00
samples One build to rule them all 2016-07-06 21:47:03 -07:00
src GetOrCreate* won't add empty entry on throw 2016-07-25 11:09:25 -07:00
test Updating to Moq \ Castle.Core that does not require imports 2016-08-08 12:30:28 -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.