When some data is being watched in the memory cache, there's a possibility that it could be evicted because of the LRU behavior. Does it make sense to add a check against this from happening?
The main concern is that we won't get a new emission when watched data is deleted, but a subset of that data is updated.
When some data is being watched in the memory cache, there's a possibility that it could be evicted because of the LRU behavior. Does it make sense to add a check against this from happening?
The main concern is that we won't get a new emission when watched data is deleted, but a subset of that data is updated.