Project

General

Profile

Actions

Task #79441

closed

Change visibility for Internal caching arrays

Added by Thomas Hohn about 7 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
DataHandler aka TCEmain
Target version:
Start date:
2017-01-24
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
8
PHP Version:
7.0
Tags:
Complexity:
Sprint Focus:

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

The variables are:
  • public $recUpdateAccessCache = [];
  • public $recInsertAccessCache = [];
  • public $isRecordInWebMount_Cache = [];
  • public $isInWebMount_Cache = [];
  • public $cachedTSconfig = [];
  • public $pageCache = [];
  • public $checkWorkspaceCache = [];
Actions

Also available in: Atom PDF