http://docs.spring.io/spring/docs/current/spring-framework-reference/html/cache.html
-- Yakov Zhdanov, Director R&D *GridGain Systems* www.gridgain.com 2015-02-09 18:25 GMT+03:00 Dmitriy Setrakyan <[email protected]>: > 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. > > >
