Tommy ← Customer Feedback for .NET Data Access My feedback Second Level Cache 965 votes Vote Vote Vote Sign in prestine Your name Your email address Check! invalid email (thinking…) Reset or sign in with UserVoice password Forgot password? Create a password I agree to the terms of service Signed in as (Sign out) Close Close We’ll send you updates on this idea Subscribe 19 comments · [Closed] Entity Framework Core Feature Suggestions · Flag idea as inappropriate…Flag idea as inappropriate… · Delete… · Admin → Tommy commented · March 11, 2011 · Delete… Unless I don't understand this issue correctly, this would be achieved by simply expanding upon Jaroslaw Kowalski's example of implementing first level caching: http://blogs.msdn.com/b/jkowalski/archive/2009/06/11/tracing-and-caching-in-entity-framework-available-on-msdn-code-gallery.aspx His example already provides access to the underlying connections and commands, which you should have no problem using to extend as described? Lazy loading of non-navigation properties 267 votes Vote Vote Vote Sign in prestine Your name Your email address Check! invalid email (thinking…) Reset or sign in with UserVoice password Forgot password? Create a password I agree to the terms of service Signed in as (Sign out) Close Close We’ll send you updates on this idea Subscribe 4 comments · [Closed] Entity Framework Core Feature Suggestions · Flag idea as inappropriate…Flag idea as inappropriate… · Delete… · Admin → Tommy supported this idea · March 11, 2011
Unless I don't understand this issue correctly, this would be achieved by simply expanding upon Jaroslaw Kowalski's example of implementing first level caching:
http://blogs.msdn.com/b/jkowalski/archive/2009/06/11/tracing-and-caching-in-entity-framework-available-on-msdn-code-gallery.aspx
His example already provides access to the underlying connections and commands, which you should have no problem using to extend as described?