
內容簡介
Easy Object Cache是一個簡單而高效的外掛程式,設計用於執行兩項任務:
根據您的設定,產生並設置所謂的「drop-in」擴充套件,命名為object-cache.php。
若您的伺服器沒有此功能,提供「Alternate PHP Cache user data caching」功能(APCu)。
「Drop-in」擴充套件object-cache.php可以按照APCu Object Cache Backend的描述進行手動安裝。然而,如果您的伺服器沒有安裝APC或APCu,您可能希望使用Easy Object Cache進行自動化和可配置的安裝。實際上,此外掛程式重複使用了APCu Object Cache Backend中的程式碼(儘管修改過)。
專業版
除完全功能可用的Lite版本外,Easy Object Cache還提供Pro版本,它可為您提供更多控制插件操作方式的功能,包括:
對於外掛程式提供的APCu功能,可完全控制快取參數,例如存留時間(TTL)、快取大小和位置。
能夠清理瞬時數據庫,以提高可能的效能。
外掛標籤
開發者團隊
原文外掛簡介
Easy Object Cache is a simple and efficient plugin desgined to do just two things:
Generate and set up the so-called drop-in plugin named object-cache.php based on your settings.
Provide Alternate PHP Cache user data caching functionality (APCu) functionality, if your sever doesn’t have it.
The drop-in plugin object-cache.php can be installed, manually, as described in APCu Object Cache Backend. However, for automated and configurable installation, you may want to use Easy Object Cache, especially if you do not have APC or APCu installed on your server. In fact, this plugin reuses the code (although modified) from APCu Object Cache Backend.
Pro Version
In addition to the fully functional Lite version, Easy Object Cache also has a Pro version, which gives you more control over how the plugin works, with these extra features:
Full control over caching parameters like time to live (TTL), cache size and location for the APCu functionality that the plugin provides.
Ability to clean the database of transients for possible performance improvements.
