Is there a way to get and print all the data stored in apc storage?
I need to do this for testing and debugging.
I know that I can get certain data by doing apc_fetch(id) , but I donβt know how to extract all the data by passing (as an example) a *
php caching apc outputcache
Alex
source share