cd/entity/IMemoryCache· home entities IMemoryCache
grep -l @imemorycache /news/*.json | wc -l → 2

IMemoryCache

mentions 2 type Organization feed RSS

// recent coverage 2 mentions

22:23
2026-05-21
dev.to
developer-tools

The Scoped Singleton DI Bug Your AI Just Suggested

Common software bug where a Scoped service (like `OrderService`) caches an entity from a Scoped `DbContext` into a Singleton service (like `IMemoryCache`). This causes data corruption and crashes in p…

// co-occurs with top 8 entities