Remove the given page from the cache.
Note: does not remove pages from selectorCache. Call uncacheAll to do that.
Usage
// basic usage
$bool = $pagesLoaderCache->uncache($page);
// usage with all arguments
$bool = $pagesLoaderCache->uncache($page, array $options = []);
Arguments
Name | Type(s) | Description |
---|---|---|
page | Page, int | Page to uncache or ID of page (prior to 3.0.153 only Page object was accepted) |
options (optional) | array | Additional options to modify behavior:
|
Return value
bool
True if page was uncached, false if it didn't need to be
PagesLoaderCache methods and properties
API reference based on ProcessWire core version 3.0.244