You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have an off-heap collection with a bunch of indexes. There are times when we have to refresh the whole cache.
What I've found is that if I use the clear() method, we've encountered some issues where one of the data entries was not being returned. What is the best way to clear an existing off-heap collection?
The text was updated successfully, but these errors were encountered:
We have an off-heap collection with a bunch of indexes. There are times when we have to refresh the whole cache.
What I've found is that if I use the clear() method, we've encountered some issues where one of the data entries was not being returned. What is the best way to clear an existing off-heap collection?
The text was updated successfully, but these errors were encountered: