Skip to content

Commit

Permalink
Merge pull request #257 from amir734jj/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
VahidN authored Nov 5, 2024
2 parents a051cd6 + 864c081 commit b7943c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ namespace EFCoreSecondLevelCacheInterceptor.AspNetCoreSample
services.AddEFSecondLevelCache(options =>
options.UseMemoryCacheProvider().ConfigureLogging(true).UseCacheKeyPrefix("EF_")
// Fallback on db if the caching provider fails.
.UseDbCallsIfCachingProviderIsDown(TimeSpan.FromMinutes(1))
.UseDbCallsIfCachingProviderIsDown(TimeSpan.FromMinutes(1)))

// Please use the `CacheManager.Core` or `EasyCaching.Redis` for the Redis cache provider.
);
Expand Down

0 comments on commit b7943c9

Please sign in to comment.