please implement ``` echo json_encode(opcache_get_status(true), JSON_PRETTY_PRINT); ``` with this, we can see which file is loaded into the opcache and which file are marked as wasted.
please implement
with this, we can see which file is loaded into the opcache and which file are marked as wasted.