Skip to content

odixon/AspNetCoreCaching

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AspNetCoreCaching

This project demonstrates how to use in-memory and Redis-based distributed caching in an ASP.NET Core Web API.

To run the project you need to get an API key from here as the API makes an external API call to TMDB site.

Then update the following line in TmdbApiCall class with your API key:

const string apiKey = "your API key";

This project was originally developed as a demo project for the following post:

In-memory & Distributed (Redis) Caching in ASP.NET Core

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%