.NET 6 Implementing MemoryCache 17 March 2022 When the need is performance and you got static data list. You can use in memory cache! We need to Register MemoryCache service in Program.cs...