Ngozika Nwaneriamiriltd.hashnode.dev·Dec 10, 2024Finally! A Shared-Cache Solution Based on SQL Server Cache!source code: https://github.com/amiriltd/hybrid-output-cache Its no secret that Output caching can significantly improve the performance and scalability of an app by reducing the work required to generate responses from the server. Theoretically, Mic...79 readsCost Effective Efficiencyhybridcache
Milan Jovanovićmilanjovanovic.hashnode.dev·Nov 16, 2024HybridCache in ASP.NET Core - New Caching LibraryCaching is essential for building fast, scalable applications. ASP.NET Core has traditionally offered two caching options: in-memory caching and distributed caching. Each has its trade-offs. In-memory caching using IMemoryCache is fast but limited to...102 readshybridcache