The cache object should have a threadsafe way to retrieve both the cached value and the information, on whether it was actually retrieved from cache. Otherwise, there is no way to differentiate between a cached null and not cached at all
The cache object should have a threadsafe way to retrieve both the cached value and the information, on whether it was actually retrieved from cache.
Otherwise, there is no way to differentiate between a cached null and not cached at all