Extract cache methods from Util to SessionCache class
commite4e274976eef796207744d897213631910b07ed8
authorMaurício Meneghini Fauth <mauricio@fauth.dev>
Mon, 26 Oct 2020 01:45:56 +0000 (25 22:45 -0300)
committerMaurício Meneghini Fauth <mauricio@fauth.dev>
Mon, 26 Oct 2020 01:45:56 +0000 (25 22:45 -0300)
tree0e4ee8e16873a89199c55f1f5fbfdc4b158c7520
parent9c5f8d1defb063585439db8d409a073eea115046
Extract cache methods from Util to SessionCache class

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
16 files changed:
libraries/classes/CheckUserPrivileges.php
libraries/classes/Controllers/NavigationController.php
libraries/classes/DatabaseInterface.php
libraries/classes/Menu.php
libraries/classes/Plugins/Auth/AuthenticationCookie.php
libraries/classes/Profiling.php
libraries/classes/StorageEngine.php
libraries/classes/Util.php
libraries/classes/Utils/SessionCache.php [new file with mode: 0644]
psalm-baseline.xml
test/classes/Controllers/Server/BinlogControllerTest.php
test/classes/Controllers/Server/Status/MonitorControllerTest.php
test/classes/DatabaseInterfaceTest.php
test/classes/ProfilingTest.php
test/classes/UtilTest.php
test/classes/Utils/SessionCacheTest.php [new file with mode: 0644]