I would like the option to auto-delete a page in cache when it is updated so that users do not receive stale data and do not have to wait until expiration.
I do not want to clear all of cache (cache flush) because only one page was updated.
I am using PHP mode and have cache pre-load turned off. "Clear all cache files when a post or page is published or updated" is turned off.
When I update a page, I manually delete that page from the cache. But I would like the option for this to be automatic.