Skip to content

Commit eb9f5e6

Browse files
Update query-cache.md
1 parent a0baf60 commit eb9f5e6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs2/pages/documentations/query-cache.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Query Cache
22

3+
> This feature is now available on [Entity Framework Classic - Query Cache](http://entityframework-classic.net/query-cache). Entity Framework Classic is a supported version from the latest EF6 code base. It supports .NET Framework and .NET Core and overcomes some EF limitations by adding tons of must-haves built-in features.
4+
35
## Introduction
46

57
Caching entities or query results to improve an application's performance is a very frequent scenario. Major ORM like NHibernate had this feature for a long time but, unfortunately for Entity Framework users, second level caching is only available through third party libraries.

0 commit comments

Comments
 (0)