
Thread-safety on MemoryCache
I have been using the in-memory cache library in a pet project lately and I stumbled on an interesting problem. Are we 100% sure that this class is completely thread safe? Let me clarify a bit. Most of the times, we use a cache as first layer before turning to...
2023, Sep 21 — 2 minute read