Skip to content

Commit e0ad7f6

Browse files
authored
Update query-cache.md
1 parent 4ffbbe3 commit e0ad7f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs2/pages/documentations/query-cache.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Query Deferred supports all Queryable extension methods and overloads.
9494

9595
Tagging the cache lets you expire later on all cached entries with a specific tag by calling the **ExpireTag** method.
9696

97-
By example, the daily countries & states importation has been completed and you need to refresh from the database all queries related to the country table. You can now simply expire the tag **countries** to remove all related cached entries.
97+
For example, the daily countries & states importation has been completed and you need to refresh from the database all queries related to the country table. You can now simply expire the tag **countries** to remove all related cached entries.
9898

9999
{% include template-example.html %}
100100
```csharp

0 commit comments

Comments
 (0)