Suppose we have a cache with a CacheLoaderWriter, so we are registered to the events: write
and writeAll
.
What is the status of these keys at that time?
i.e. If another thread tries to cache.get(keyThatBeingWritten)
, will it be blocked until the write()
/writeAll()
operations exit?