| Steve Ebersole You haven't really answered my question, since I apparently can't find it in the 'big picture': if I didn't implement DirectAccessRegion.getStorageAccess() (avoiding o.h.c.spi.support.StorageAccess) how can data end up in query cache? QueryResultRegionAccessImpl calls that method, so I'd have to provide another implementation of QueryResultRegionAccess. Not that I would shy away from o.h.c.spi.support, I just want to understand the big picture... |