elcobvg / laravel-opcache

Custom OPcache Cache Driver for Laravel. Faster than Redis, Memcache or APC.
MIT License
44 stars 12 forks source link

List all keys #13

Closed greykoda-admin closed 5 years ago

greykoda-admin commented 5 years ago

There's a way to show all keys stored in cache?

elcobvg commented 5 years ago

Not in this package. But I believe you should be able to use this: https://www.php.net/manual/en/function.opcache-get-status.php