ASP.NET Core Object Caching
NCache can be used as a shared cache by multiple app servers for data caching to improve the performance and scalability of an ASP.NET Core application. NCache can be integrated to ASP.NET Core applications for data caching by either using NCache API or IDistributedCache API.
In This Section
Using NCache API
Describes how to use NCache API for object caching in ASP.NET Core.
Using IDistributedCache API
Describes how to configure NCache as a distributed cache using IDistributedCache interface.