Cache-Aside Pattern example using IMemoryCache Topics: Adding MemoryCache to DI Container Injecting IMemoryCache into endpoint Usage of 'TryGetValue(...)' Alternative: 'GetOrCreate(...)' Expiration/Eviction