Skip to content

Commit f3d27b2

Browse files
committed
Put output cache middleware on their own
1 parent 0ac967c commit f3d27b2

File tree

27 files changed

+29
-28
lines changed

27 files changed

+29
-28
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ Greetings from Cairo, Egypt. You can [sponsor](https://github.com/sponsors/dodyg
3636
| [Minimal API](/projects/minimal-api) | 36 | Routing, Parameter Bindings, etc |
3737
| [Minimal Hosting](/projects/minimal-hosting) | 23 | |
3838
| [MVC](/projects/mvc) | 47 | Localization, Routing, Razor Class Library, Tag Helpers, View Component, etc |
39+
| [Output Cache Middleware](/projets/output-cache-middleware) | | |
3940
| [Open Telemetry](/projects/open-telemetry/) | 3 | |
4041
| [Orchard Core](/projects/orchard-core) | 4 | |
4142
| [Path String (HttpContext.Request.Path)](/projects/path-string) | 1 | |

projects/.net7/README.MD

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -72,34 +72,6 @@ Samples in this section require .NET 7. You can download it from [here](https://
7272

7373
This sample shows how to use both JWT and Cookie authentications in the same application.
7474

75-
## Output cache
76-
77-
* [Output Cache - 1](output-cache-1)
78-
79-
This sample shows how to use the `OutputCache` middleware using basic options.
80-
81-
* [Output Cache - 2](output-cache-2)
82-
83-
This sample shows how to use the `OutputCache` middleware and vary them by one or more query string.
84-
85-
* [Output Cache - 3](output-cache-3)
86-
87-
This sample shows how to tagged cache items and evict them by tag using `IOutputCacheStore.EvictByTagAsync`.
88-
89-
* [Output Cache - 4](output-cache-4)
90-
This sample shows how to enable output cache for every single endpoint.
91-
92-
* [Output Cache - 5](output-cache-5)
93-
This sample shows how to setup a global Output Cache policy to cache any request with "cache" query string parameter.
94-
95-
* [Output Cache - 6](output-cache-6)
96-
This sample demonstrates on how to setup a global Output Cache policy to cache any request that start with "/cache" in the url segments.
97-
98-
* [Output Cache - 7](output-cache-7)
99-
This sample demonstrates on how to setup a cache policy and use it. Specific policy override the global base policy.
100-
101-
* [Output Cache - 8](output-cache-8)
102-
This sample demonstrates on how to setup a cache policy that set an expiration time of 10 minutes.
10375

10476
## gRPC
10577

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)