這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

APC Cache Purge

描述

Alternative PHP Cache, is a free open-source opcode (operation code) caching plugin for PHP. If your host has installed APC cache this plugin allows you to flush the cache from within WordPress. Once activated, go to Tools -> Purge APC to send the command to flush the APC cache.

The plugin returns either ‘Success’ or gives a detailed error message if it is unable to run the command successfully.

Original Author: TJ Stein, inspired by Kaspars Dambis of konstruktors.com

安裝

How to install the plugin and get it working.

  1. Upload the plugin files to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Use Tools -> Purge APC to flush the APC cache.

常見問題

It does not work

Not all hosts will allow the PHP commands that are necessary to flush the APC cache. There is nothing we can do about that. Sorry

評價

There are no reviews for this plugin.

貢獻者及開發者

“APC Cache Purge” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 APC Cache Purge 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

1.0

  • Initial release based on TJ Stein code.