Closed Sinhk closed 4 years ago
I noticed this wasn't working also. Is this going to be merged anytime soon?
Hi, I am experiencing the same issue and was wondering why the 10 seconds wasn't being honored with this registration in startup.
services.AddScoped(sp => new MemoryCacheEntryOptions().SetAbsoluteExpiration(TimeSpan.FromSeconds(10)));
This was working with IMemoryCache, and stopped when switching to LazyCache
Thank you for this, it was merged in #125. Sorry for the delay.
fixes #84