Project

General

Profile

Task #79441

Updated by Thomas Hohn over 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. 

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

Back