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
+12-15Lines changed: 12 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,19 @@
5
5
Using distributed cache in web api applications
6
6
```
7
7
8
-
> In this repo, i m using a [distributed cache](https://learn.microsoft.com/en-us/aspnet/core/performance/caching/distributed)in order to improve web api responsiveness.
8
+
> In this repo, i m using a [distributed cache](https://learn.microsoft.com/en-us/aspnet/core/performance/caching/distributed) to improve web api responsiveness.
9
9
>
10
-
> Distributed cache source can be configured to use :
10
+
> The sample provided in this repo is based on :
11
+
>
12
+
> - a distributed cache to save/load cached websites
13
+
>
14
+
> - a service to compute content length for a white listed website
15
+
>
16
+
> - an exception filter to handle some exceptions as bad requests
17
+
>
18
+
> - a validation attribute to validate route parameters
19
+
>
20
+
> The distributed cache can be configured (via appsettings.json file) to use :
0 commit comments