ASP.NET Core Cache for Object
NCache can be used as a shared cache by multiple application servers for data caching to improve the performance and scalability of an ASP.NET Core application. NCache can be integrated into ASP.NET Core applications as ASP.NET Core cache 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 ASP.NET Core cache.
Using IDistributedCache API
Describes how to configure NCache as a distributed cache using IDistributedCache interface for object caching using ASP.NET Core cache.