From f8b92211010627e61ab991808b0dd36be4d74db7 Mon Sep 17 00:00:00 2001 From: VahidN Date: Wed, 14 Aug 2024 13:58:45 +0330 Subject: [PATCH] Fix typo --- .../EFCoreSecondLevelCacheOptions.cs | 2 +- .../EFCoreSecondLevelCacheSettings.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/EFCoreSecondLevelCacheInterceptor/EFCoreSecondLevelCacheOptions.cs b/src/EFCoreSecondLevelCacheInterceptor/EFCoreSecondLevelCacheOptions.cs index 052a911..bfad881 100644 --- a/src/EFCoreSecondLevelCacheInterceptor/EFCoreSecondLevelCacheOptions.cs +++ b/src/EFCoreSecondLevelCacheInterceptor/EFCoreSecondLevelCacheOptions.cs @@ -354,7 +354,7 @@ public EFCoreSecondLevelCacheOptions ConfigureLogging(bool enable = false, } /// - /// Determines which entities are involved in the current cache-invation event. + /// Determines which entities are involved in the current cache-invalidation event. /// public EFCoreSecondLevelCacheOptions NotifyCacheInvalidation(Action? cacheableEvent = null) { diff --git a/src/EFCoreSecondLevelCacheInterceptor/EFCoreSecondLevelCacheSettings.cs b/src/EFCoreSecondLevelCacheInterceptor/EFCoreSecondLevelCacheSettings.cs index d4faf6f..040bdd0 100644 --- a/src/EFCoreSecondLevelCacheInterceptor/EFCoreSecondLevelCacheSettings.cs +++ b/src/EFCoreSecondLevelCacheInterceptor/EFCoreSecondLevelCacheSettings.cs @@ -124,7 +124,7 @@ public class EFCoreSecondLevelCacheSettings public Action? CacheableEvent { set; get; } /// - /// Determines which entities are involved in the current cache-invation event. + /// Determines which entities are involved in the current cache-invalidation event. /// public Action? CacheInvalidationEvent { set; get; } } \ No newline at end of file