Risa
Risa

Reputation: 147

about Entity Framework 4 caching 2-st level

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

Answers (1)

Ladislav Mrnka
Ladislav Mrnka

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

Related Questions