REST Cache
A very fast REST cache for WordPress, powered by Laravel. This project is more of a learning exercise for myself, rather than a production plugin, how …
Plugin info
Maintenance & Compatibility
Maintenance score
Possibly abandoned • Last updated 1936 days ago
Is REST Cache abandoned?
Possibly abandoned (last update 1936 days ago).
Compatibility
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
Description
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.