From 2f971dc8f61701e45fe3379625cd017d61c6024d Mon Sep 17 00:00:00 2001 From: Martin Ficzel Date: Thu, 6 Aug 2020 13:20:00 +0200 Subject: [PATCH] TASK: Set default lifetime for cachebuster identifier cache to 5 seconds in development context This makes regular flushing of this cache in development obsolete. --- Configuration/Development/Caches.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Configuration/Development/Caches.yaml diff --git a/Configuration/Development/Caches.yaml b/Configuration/Development/Caches.yaml new file mode 100644 index 0000000..90f4c67 --- /dev/null +++ b/Configuration/Development/Caches.yaml @@ -0,0 +1,4 @@ + +Sitegeist_KlarSchiff_CacheBusterIdentifierCache: + backendOptions: + defaultLifetime: 5