duang5049 2009-05-26 15:00
浏览 112
已采纳

如何清除APC缓存条目?

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?

  • 写回答

18条回答 默认 最新

  • doubeng9567 2009-05-26 15:14
    关注

    You can use the PHP function apc_clear_cache.

    Calling apc_clear_cache() will clear the system cache and calling apc_clear_cache('user') will clear the user cache.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(17条)

报告相同问题?