From 9be457f17ff071088bb76ce529242bd1c8d926ca Mon Sep 17 00:00:00 2001 From: Ruben Date: Sat, 7 Feb 2026 16:12:21 +0100 Subject: [PATCH] Add metadata and config changes to cache invalidation Improve cache invalidation by including metadata.ini and config file mtimes in the cache key calculation. This ensures cache entries are invalidated when either the content file, its metadata, or global configuration changes. --- app/cache.php | 31 +++++++++++++++++++---------- docs/04-development/07-rendering.md | 8 +++++--- 2 files changed, 26 insertions(+), 13 deletions(-) diff --git a/app/cache.php b/app/cache.php index e0f2624..c85ca32 100644 --- a/app/cache.php +++ b/app/cache.php @@ -1,15 +1,28 @@