Skip to the content.

MemoryCachingWebApi

This project is an example of using in-memory data caching

To demonstrate how caching works, a controller was created and data from the Northwind database was used

What was used:

Next is an example of how caching works:

cach1

This is the speed of query execution for the first time

cach2

And this is the speed of query execution after the data has been cached in memory