[Archived] Libraries for in-memory caching and distributed caching. Project moved to https://github.com/aspnet/Extensions
Перейти к файлу
John Luo 21c850aad3 Update ConcurrentDictionary implementation for MemoryCache 2016-11-17 10:41:54 -08:00
samples Updating versions to 1.2.0-* 2016-11-09 14:12:39 -08:00
src Update ConcurrentDictionary implementation for MemoryCache 2016-11-17 10:41:54 -08:00
test Update ConcurrentDictionary implementation for MemoryCache 2016-11-17 10:41:54 -08: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 Increase .travis.yml consistency between repos 2016-09-04 19:21:43 -07:00
CONTRIBUTING.md Update Home master -> Home dev 2015-05-12 11:47:12 -07:00
Caching.sln Added a memory caching sample that has a file system dependency 2016-09-27 19:09:29 -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 Move dotnet-sql-cache to aspnet/DotNetTools repo 2016-09-19 11:39:17 -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 Remove build quality pinning 2016-10-14 10:04:43 -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.