<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Fusioncache on Pi Stack</title>
    <link>https://www.pistack.xyz/tags/fusioncache/</link>
    <description>Recent content in Fusioncache on Pi Stack</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Sun, 02 Aug 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://www.pistack.xyz/tags/fusioncache/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>C# In-Memory Caching Libraries: MemoryCache vs LazyCache vs FusionCache — Choosing the Right Cache Strategy for .NET</title>
      <link>https://www.pistack.xyz/posts/2026-08-02-csharp-inmemory-caching-libraries-memorycache-lazycache-fusioncache/</link>
      <pubDate>Sun, 02 Aug 2026 00:00:00 +0000</pubDate>
      <guid>https://www.pistack.xyz/posts/2026-08-02-csharp-inmemory-caching-libraries-memorycache-lazycache-fusioncache/</guid>
      <description>&lt;h2 id=&#34;introduction&#34;&gt;Introduction&lt;/h2&gt;&#xA;&lt;p&gt;Caching is one of the most effective ways to improve application performance — a well-placed cache can reduce database load by 90% or more while cutting response times from hundreds of milliseconds to microseconds. In the .NET ecosystem, developers have three tiers of in-memory caching libraries to choose from: the built-in &lt;strong&gt;MemoryCache&lt;/strong&gt;, the lightweight wrapper &lt;strong&gt;LazyCache&lt;/strong&gt; (1,756 GitHub stars), and the feature-rich hybrid &lt;strong&gt;FusionCache&lt;/strong&gt; (3,850 stars).&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
