Skip to content

Commit fcac5fd

Browse files
authored
Merge pull request #287 from icnocop/patch-1
docs: fixed typo in README.md
2 parents b3f3250 + 25067ef commit fcac5fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ _cacheServiceProvider.InvalidateCacheDependencies(new EFCacheKey(new HashSet<str
444444
{
445445
"EF_TableName1", // "EF_" is the cache key's prefix
446446
"EF_TableName2"
447-
} { KeyHash = "empty" }));
447+
}));
448448
```
449449

450450
I you want to get notified about the cache-invalidation events and involved cache dependencies, use the `NotifyCacheInvalidation` method:

0 commit comments

Comments
 (0)