CachedCatalogViewModelService risky?
Author: calbedaCreated May 13, 2024Updated May 15, 2024
CachedCatalogViewModelService is registered as a Scoped, so one instance is created per http request. As the cache is a property of service instance (not static) it will be empty for each request. This makes all the cache trivially useless... I'm missing something?
Source: dotnet-architecture/eShopOnWeb