Once an item has been retrieved and added to the referential cache, is there any robust way of querying the cache to avoid a round-trip [assuming query on primary key etc]. I know it has been asked before ( example ), but looking at the log, and contrary to that post, it always seems to do a round-trip. I found an ugly hacky way of doing it (horrible, here ) but obviously this isn't a good idea...
Read More...