Retrieve any cached page IDs for the given selector and options OR false if none found.
You may specify a third param as TRUE, which will cause this to just return the selector string (with hashed options)
Usage
// basic usage
$array = $pagesLoaderCache->getSelectorCache(string $selector, array $options);
// usage with all arguments
$array = $pagesLoaderCache->getSelectorCache(string $selector, array $options, bool $returnSelector = false);
Arguments
Name | Type(s) | Description |
---|---|---|
selector | string | |
options | array | |
returnSelector (optional) | bool | default false |
Return value
array
null
string
PageArray
PagesLoaderCache methods and properties
API reference based on ProcessWire core version 3.0.244