How to clear APC cache entries?

Posted by lo_fye on Stack Overflow See other posts from Stack Overflow or by lo_fye
Published on 2009-05-26T15:00:21Z Indexed on 2010/06/17 6:43 UTC
Read the original article Hit count: 243

Filed under:
|
|
|

I need to clear all APC cache entries when I deploy a new version of the site. APC.php has a button for clearing all opcode caches, but I don't see buttons for clearing all User Entries, or all System Entries, or all Per-Directory Entries.

Is it possible to clear all cache entries via the command-line, or some other way?

© Stack Overflow or respective owner

Related posts about php

Related posts about Performance