Skip to content

Commit 398157e

Browse files
authored
Update ef-core-query-cache-control.md
1 parent 13875c6 commit 398157e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs2/pages/ef-core-docs/documentations/query-cache/scenarios/ef-core-query-cache-control.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Permalink: ef-core-query-cache-control
77
EF+ Cache is very flexible and lets you have full control over the cache.
88

99
You can use your own cache:
10-
-core
10+
1111
{% include template-example.html %}
1212
```csharp
1313
QueryCacheManager.Cache = new MemoryCache(new MemoryCacheOptions());

0 commit comments

Comments
 (0)