內容簡介
這個 REST 快取採用基於檔案的快取系統,與其他類似的外掛相比,執行速度非常快,通常幾毫秒內即可提供記錄。
你可以管理到期時間、手動清除記錄,並新增規則以包含或排除特定的 REST URL,支援規則集中的正則表達式模式匹配。
為插件開發人員提供 rest_cache_clear 動作,該動作接受正則表達式,可以用於清除插件的 REST 端點的快取。
外掛標籤
開發者團隊
📦 歷史版本下載
原文外掛簡介
This REST cache uses a file-based caching system which is extremely fast compared to other similar plugins and will serve up records usually in a matter of milliseconds.
You can manage expiry times, clear records manually, and add rules to include and exclude specific REST URL’s, with support for regex pattern matching in the rule set.
A rest_cache_clear action is provided for plugin developers, the action accepts a regular expression and can be used to clear the cache for your plugins REST endpoints.
