Share via


In-Memory Caching in ASP.NET MVC Core

Cache is one of the reliable ways to prevent to retrieve the Data from data source that does not change frequently. Caching keeps a copy of data in a location that can be accessed more quickly than the source data. ASP.NET Core has rich support for keeping data in memory on the local server, which is referred to as in memory caching.