From da41df91eb9587dd02ff022b2670a59e9595609f Mon Sep 17 00:00:00 2001 From: Dmitry Protko <126602167+dzmprt@users.noreply.github.com> Date: Wed, 17 Sep 2025 09:18:22 +0300 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 227d51b..ce0a594 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,8 @@ builder.Services.AddMitMediator(); builder.Services.AddRequestsInMemoryCache() ``` -⚠️ **Important: Make sure `.AddRequestsInMemoryCache()` is registered as the last `IPipelineBehavior`. Cached responses will short-circuit the pipeline and prevent further execution** +> [!WARNING] +> Make sure `.AddRequestsInMemoryCache()` is registered as the last `IPipelineBehavior`. Cached responses will short-circuit the pipeline and prevent further execution** To customize `MemoryCache` options and specify assemblies to scan: