Reputation: 147
Where can I find the second-level caching features in Entity Framework 4? Articles found only on the use of examples, but I would like to know whether you can configure caching and what you can do it set up?
Upvotes: 0
Views: 462
Reputation: 364389
EF doesn't have 2nd level caching. The only way to get 2nd level cache is to use EF Caching provider.
Upvotes: 2