Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
VahidN committed Aug 14, 2024
1 parent 2d353a8 commit f8b9221
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ public EFCoreSecondLevelCacheOptions ConfigureLogging(bool enable = false,
}

/// <summary>
/// Determines which entities are involved in the current cache-invation event.
/// Determines which entities are involved in the current cache-invalidation event.
/// </summary>
public EFCoreSecondLevelCacheOptions NotifyCacheInvalidation(Action<EFCacheInvalidationInfo>? cacheableEvent = null)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ public class EFCoreSecondLevelCacheSettings
public Action<EFCacheableLogEvent>? CacheableEvent { set; get; }

/// <summary>
/// Determines which entities are involved in the current cache-invation event.
/// Determines which entities are involved in the current cache-invalidation event.
/// </summary>
public Action<EFCacheInvalidationInfo>? CacheInvalidationEvent { set; get; }
}

0 comments on commit f8b9221

Please sign in to comment.