dfar-io / csharp-cache-poc

A POC of caching in C#.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/

About

A POC of caching in C#.

License:MIT License


Languages

Language:C# 65.9%Language:Dockerfile 34.1%