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.
2 parents b3f3250 + 25067ef commit fcac5fdCopy full SHA for fcac5fd
README.md
@@ -444,7 +444,7 @@ _cacheServiceProvider.InvalidateCacheDependencies(new EFCacheKey(new HashSet<str
444
{
445
"EF_TableName1", // "EF_" is the cache key's prefix
446
"EF_TableName2"
447
-} { KeyHash = "empty" }));
+}));
448
```
449
450
I you want to get notified about the cache-invalidation events and involved cache dependencies, use the `NotifyCacheInvalidation` method:
0 commit comments