Hey all, I would have bet large sums of money that a custom implementation of QueryCache would result in a new QueryCache object per context (local). However, it looks like a NestedQueryContext gets created and only one instance of the specified QueryCache is created (in DataContextFactory).
I'd really love to have local caches dumped when the ObjectContext goes away (assuming it's a localCache). Is this possible? Thoughts? Thanks! -Lon
