Vova, Can you explain what a Spring dynamic cache is and where do we use it?
D. On Mon, Feb 9, 2015 at 7:21 AM, Vladimir Ozerov <[email protected]> wrote: > 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. >
