Manually clear cache for page only?

Permalink
Hey all - if I have a page set to be cached and to only be cleared manually, is it possible to clear the cache for ONLY THAT PAGE?

juddc
 
jgarcia replied on at Permalink Reply
jgarcia
In case anyone else stumbles across this, here's how you clear the cache for an individual page:

$c = Page::getByID($cID);
$cache = PageCache::getLibrary();
$cache->purge($c);