Redis – C# LazyCache concurrent dictionary garbage collection
Been having some problems with a web based .Net(C#) application. I'm using the LazyCache library to cache frequent JSON responses (some in & around 80+KB) for users belonging to the same company across user sessions. One of the things we…