Caching/README.md

13 строки
644 B
Markdown
Исходник Обычный вид История

2014-07-30 20:21:12 +04:00
Caching
================
2015-04-02 04:00:39 +03:00
AppVeyor: [![AppVeyor](https://ci.appveyor.com/api/projects/status/420ds20whb8o8qjq/branch/dev?svg=true)](https://ci.appveyor.com/project/aspnetci/caching/branch/dev)
Travis: [![Travis](https://travis-ci.org/aspnet/Caching.svg?branch=dev)](https://travis-ci.org/aspnet/Caching)
2014-07-30 20:21:12 +04:00
2016-02-28 10:24:19 +03:00
Contains libraries for in-memory caching and distributed caching. Includes distributed cache implementations for in-memory, Microsoft SQL Server, and Redis.
2014-07-30 20:21:12 +04:00
2016-02-28 10:24:19 +03:00
This project is part of ASP.NET Core. You can find samples, documentation and getting started instructions for ASP.NET Core at the [Home](https://github.com/aspnet/home) repo.
2014-07-30 20:21:12 +04:00