/csharp-cache-poc

A POC of caching in C#.

Primary LanguageC#MIT LicenseMIT

csharp-cache-poc

A POC of caching in C#.

Getting Started

  1. Set up the VSCode Dev Container.
  2. Run locally, notice the time to process on the first call (before caching).
  3. Subsequent calls will provide the same number and work much faster.

Reference

https://code-maze.com/aspnetcore-in-memory-caching/