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?