Skip to content

Commit 801f2ed

Browse files
authored
Fixing a comment that was not right.
1 parent db7f74f commit 801f2ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

2-WebApp-graph-user/2-1-Call-MSGraph/Startup.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public void ConfigureServices(IServiceCollection services)
4848
// and then choose your implementation.
4949
// See https://docs.microsoft.com/en-us/aspnet/core/performance/caching/distributed?view=aspnetcore-2.2#distributed-memory-cache
5050
51-
// For instance the distributed in memory cache (not cleared when you stop the app)
51+
// For instance the distributed in memory cache
5252
services.AddDistributedMemoryCache()
5353
5454
// Or a Redis cache
@@ -108,4 +108,4 @@ public void Configure(IApplicationBuilder app, IHostingEnvironment env)
108108
});
109109
}
110110
}
111-
}
111+
}

0 commit comments

Comments
 (0)