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 …

Author:Perry Rylance (profile at wordpress.org)
WordPress version required:4.4.0
WordPress version tested:5.5.5
Plugin version:1.0.0
Added to WordPress repository:11-09-2020
Last updated:11-09-2020
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:https://perryrylance.com/rest-cache
Total downloads:463
plugin download
Click to start download

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.