Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 220 Bytes

File metadata and controls

8 lines (7 loc) · 220 Bytes

Cache-Aside Pattern example using IMemoryCache

Topics:

  • Adding MemoryCache to DI Container
  • Injecting IMemoryCache into endpoint
  • Usage of 'TryGetValue(...)'
  • Alternative: 'GetOrCreate(...)'
  • Expiration/Eviction