- Pre-database REST API caching via drop-in integration
- JSON file-based cache storage in
wp-content/uploads/frostycache_cache/ - ETag generation (MD5) with
If-None-Match/ 304 Not Modified support - Smart cache invalidation via post meta associations
X-FrostyCacheresponse header (HIT / MISS / BYPASS)- Per-route cache duration via
frostycache_cache_agefilter - 18+ hooks and filters for full cache lifecycle control
- WP-CLI commands:
flush,clear-post,status,cleanup - WooCommerce compatibility module (products cached, orders/Store API skipped)
- CoCart compatibility module (respects
cocart_cache_max_age) - Multisite support with per-site cache directories
- Logged-in user and nonce request bypass
- Scheduled cache cleanup via WP-Cron (twicedaily)
- Auto-detection of custom post types with
show_in_rest
Developer Update