Method | Description | |
---|---|---|
createStore ( ) | ||
getDefaultSubscribers ( ) | ||
getInternalAllowedIPs ( ) : array | Returns an array of allowed IPs for Http PURGE requests. | |
invalidate ( |
Handle invalidation, including Http PURGE requests. | |
isInternalIPAllowed ( string $ip ) : boolean | Checks if $ip is allowed for Http PURGE requests. | |
isInternalRequestAllowed ( |
Checks if current purge request is allowed. |
protected getInternalAllowedIPs ( ) : array | ||
return | array |
protected invalidate ( |
||
$request | ||
$catch | boolean | |
return |
protected isInternalIPAllowed ( string $ip ) : boolean | ||
$ip | string | |
return | boolean |
protected isInternalRequestAllowed ( |
||
$request | ||
return | boolean |