Tuesday, March 27, 2018

.Net Core MemoryCache


  • IMemoryCache is Sticky Session, store in web server (Route all to the same Server)
  • Distributed Cache is Non-sticky Session, design for web farm.
  • CacheItemPriority.NeverRemove is cache priority

https://docs.microsoft.com/en-us/aspnet/core/performance/caching/memory