Project

General

Profile

Task #79441

Updated by Thomas Hohn about 7 years ago

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 caches. 

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

Back