← Back
Milan Jovanovic November 15, 2025 46s

FusionCache Makes .NET Caching Ridiculously Easy

Summary

The transcript discusses implementing caching in software development using the Fusion Cache library, demonstrating the cache aside pattern with practical code examples. The presentation focuses on generating cache keys, using the library's get or set async method, and creating factory delegates to fetch values not present in the cache. The key takeaway is that by implementing this caching strategy, developers can significantly improve application performance by storing and quickly retrieving data across subsequent requests.

View original episode ↗