We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13875c6 commit 398157eCopy full SHA for 398157e
docs2/pages/ef-core-docs/documentations/query-cache/scenarios/ef-core-query-cache-control.md
@@ -7,7 +7,7 @@ Permalink: ef-core-query-cache-control
7
EF+ Cache is very flexible and lets you have full control over the cache.
8
9
You can use your own cache:
10
--core
+
11
{% include template-example.html %}
12
```csharp
13
QueryCacheManager.Cache = new MemoryCache(new MemoryCacheOptions());
0 commit comments