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
+1-1Lines changed: 1 addition & 1 deletion
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 :
0 commit comments