Hi, I see that if GridCacheProjectionImpl.removeAll() is called, entry filter is ignored. As a result, all keys are removed from undelying cache instead of clearing only projection keys.
This problems is evident when working with Spring dynamic caches: evicting all entries in one cache results in removal of entries in all other dynamic caches. This is a bug. But how are we going to fix it taking in count that cache projection is going to be removed? Vladimir.
