Skip to content

Commit

Permalink
Merge branch 'main' into ma/recipe-import
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeAlhayek authored May 23, 2024
2 parents 241041a + b788749 commit af8649d
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -358,10 +358,7 @@ protected async Task InvalidateInternalAsync(TDocument document, bool failover =
{
await _distributedCache.RemoveAsync(_options.CacheIdKey);
}
else
{
_memoryCache.Remove(_options.CacheIdKey);
}
_memoryCache.Remove(_options.CacheIdKey);
}

private async Task<TDocument> GetFromDistributedCacheAsync()
Expand Down

0 comments on commit af8649d

Please sign in to comment.