From b9c6ac7e3acbf6d87a50f70e36813d285fc7bb4e Mon Sep 17 00:00:00 2001 From: Evgeniy Scherbina Date: Tue, 17 Oct 2023 10:02:41 -0400 Subject: [PATCH] Update CACHING.md --- architecture/CACHING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/architecture/CACHING.md b/architecture/CACHING.md index 96ad7bc..4784b98 100644 --- a/architecture/CACHING.md +++ b/architecture/CACHING.md @@ -32,6 +32,8 @@ package provides two different middlewares: - if not present marks as uncached in context and forwards to next middleware - next middleware should check whether request was cached and act accordingly: +## Cache Invalidation + ## Architecture Diagrams ### Serve request from the cache (avoiding call to actual backend)