Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 944 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 944 Bytes

Caching

AppVeyor: AppVeyor

Travis: Travis

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

This project is based on this orginal of ASP.NET Core.

You can find a sample of MongoDB caching in this repo.

More documentation and performance recommendations in the wiki of this project.

You can find samples, documentation and getting started instructions for ASP.NET Core at the Home repo.