Add cache file constant (#7755)

* Remove the cache method calling the autoloader constant

* Re-add the constants for file location
This commit is contained in:
frytimo
2026-02-24 17:35:21 -04:00
committed by GitHub
parent ff4f857570
commit ba5b7aada5
2 changed files with 2 additions and 5 deletions
-5
View File
@@ -211,11 +211,6 @@ class cache {
apcu_clear_cache();
}
//remove the autoloader file cache
if (file_exists(sys_get_temp_dir() . '/' . auto_loader::CLASSES_FILE)) {
@unlink(sys_get_temp_dir() . '/' . auto_loader::CLASSES_FILE);
}
//cache method memcache
if ($this->method === "memcache") {
// connect to event socket