Uncache pages that were cached with given group name
Available since version 3.0.198.
Usage
// basic usage
$int = $pagesLoaderCache->uncacheGroup(string $groupName);
// usage with all arguments
$int = $pagesLoaderCache->uncacheGroup(string $groupName, array $options = []);
Arguments
Name | Type(s) | Description |
---|---|---|
groupName | string | |
options (optional) | array |
Return value
int
PagesLoaderCache methods and properties
API reference based on ProcessWire core version 3.0.236