Matt Anderson

Results 1 comments of Matt Anderson

I'm seeing the same failure to return a value from TryGetValue with LazyCache v2.4.0. Here is a simple repro: ``` var cache = new CachingService(); string key1 = "mykey1"; var...