@@ -75,7 +75,7 @@ |
||
75 | 75 | */ |
76 | 76 | public function getResponsibleRootPageIds($table, $uid) |
77 | 77 | { |
78 | - $cacheId = 'RootPageResolver' . '_' . 'getResponsibleRootPageIds' . '_' . $table . '_'.$uid; |
|
78 | + $cacheId = 'RootPageResolver' . '_' . 'getResponsibleRootPageIds' . '_' . $table . '_' . $uid; |
|
79 | 79 | $methodResult = $this->runtimeCache->get($cacheId); |
80 | 80 | if (!empty($methodResult)) { |
81 | 81 | return $methodResult; |