A walkthrough of FusionCache, a caching library for C# projects, demonstrated through a weather forecast app. The demo shows how caching works in practice: the first request hits the factory method and stores the result, subsequent requests return instantly from cache, and manually expiring the cache entry forces a new factory method call on the next request.

1m watch time

Sort: