Skip to content
Snippets Groups Projects
Commit 910bda62 authored by Stephan Großberndt's avatar Stephan Großberndt Committed by Benjamin Franzke
Browse files

[BUGFIX] Do not disable caching for caches with TransientMemoryBackend

If caching is disabled in the CacheManager, caches using the
TransientMemoryBackend are not adjusted to NullBackend anymore.

This mainly affects the runtime cache, which is memory-based anyways
and should be a "forget after the request"-cache.

This also fixes a PDOException in the page slug update wizard when
using PostgreSQL, as the Install Tool is using the core in "no-cache"
mode. (See entry point of the Install Tool)

Resolves: #91206
Releases: master, 9.5
Change-Id: Id9085bd85bdbf321ef210c75c2bb8aefc6f5f061
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/64320


Reviewed-by: default avatarMarkus Klein <markus.klein@typo3.org>
Reviewed-by: default avatarStephan Großberndt <stephan.grossberndt@typo3.org>
Reviewed-by: default avatarBenjamin Franzke <bfr@qbus.de>
Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarStephan Großberndt <stephan.grossberndt@typo3.org>
Tested-by: default avatarMarkus Klein <markus.klein@typo3.org>
Tested-by: default avatarBenjamin Franzke <bfr@qbus.de>
parent 572d71dc
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment