We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6c2d76 commit 890a47bCopy full SHA for 890a47b
Classes/Controller/PageGridController.php
@@ -47,7 +47,7 @@ public function mainAction(): ResponseInterface
47
48
// Access cachemanager for pagegrid
49
$cache = GeneralUtility::makeInstance(CacheManager::class)->getCache('tx_dlf_pagegrid');
50
- $cacheKey = $this->document->getCurrentDocument()->recordId;
+ $cacheKey = 'dlf_' . md5($this->document->getCurrentDocument()->recordId);
51
$cachedData = $cache->get($cacheKey);
52
53
$entryArray = [];
0 commit comments