Task #79441
closedChange visibility for Internal caching arrays
100%
Description
The are a list of variables marked as internal caching array in the Datahandler.
It would make sense to declare these a private and/or in some cases move these
into runtime caches and thus change the visibility
- public $recUpdateAccessCache = [];
- public $recInsertAccessCache = [];
- public $isRecordInWebMount_Cache = [];
- public $isInWebMount_Cache = [];
- public $cachedTSconfig = [];
- public $pageCache = [];
- public $checkWorkspaceCache = [];
Updated by Thomas Hohn almost 8 years ago
- Subject changed from Deprecate Internal caching arrays to Change scope for Internal caching arrays
Updated by Gerrit Code Review almost 8 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51411
Updated by Gerrit Code Review almost 8 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51411
Updated by Thomas Hohn almost 8 years ago
- Subject changed from Change scope for Internal caching arrays to Change visibility for Internal caching arrays
- Description updated (diff)
Updated by Gerrit Code Review almost 8 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51411
Updated by Gerrit Code Review almost 8 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51411
Updated by Gerrit Code Review almost 8 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51411
Updated by Thomas Hohn almost 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset d20cd6cd963dd02a5e94a204deb8dac23dcb8c18.