वर्णन
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.
- Upload the plugin files to the
/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- 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
समीक्षा
ह्या प्लगइनसाठी कोणतेही समीक्षण नाही.
योगदानकर्ते आणि विकसक
“APC Cache Purge” हे मुक्त स्रोत सॉफ्टवेअर आहे. पुढील लोक या प्लगइनच्या निर्मितीत योगदान केले आहे.
योगदानकर्तेभाषांतर करा “APC Cache Purge” तुमच्या भाषेत.
विकासातील आग्रह?
कोड ब्राउझ करा, SVN संग्रहालय तपासा, किंवा विकास लॉग च्या RSS द्वारे सदस्यता घ्या.
बदलांची यादी
1.0
- Initial release based on TJ Stein code.