You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ Using distributed memory cache in web api applications
7
7
8
8
> In this repo, i m using a [distributed memory cache](https://docs.microsoft.com/en-us/aspnet/core/performance/caching/distributed?view=aspnetcore-5.0#distributed-memory-cache) in order to improve web api responsiveness.
9
9
>
10
-
> 📢 Distributed memory cache is useful for development and testing scenarios and is not intended for production environements. 📢
10
+
> ##### 📢 Distributed memory cache is useful for development and testing scenarios and is not intended for production environements. 📢
11
11
>
12
12
> The web api sample provided in this repo is based on :
13
13
>
@@ -20,4 +20,4 @@ Using distributed memory cache in web api applications
20
20
> - a validation attribute to validate route parameters
21
21
>
22
22
23
-
**`Tools`** : net 9.0, distributed memory cache
23
+
**`Tools`** : net 9.0, distributed memory cache, serilog
0 commit comments