Reference
C
Class

ApiPlatform\HttpCache\SurrogateKeysPurger

Surrogate keys purger.

class ApiPlatform\HttpCache\SurrogateKeysPurger implements `<a href="/docs/reference/HttpCache/PurgerInterface">ApiPlatform\HttpCache\PurgerInterface</a>`
{
    public __construct(array&lt;int, Symfony\Contracts\HttpClient\HttpClientInterface&gt; $clients, int $maxHeaderLength, string $header, string $separator)
    public purge(array $iris): null
    public getResponseHeaders(array $iris): array
}
class ApiPlatform\HttpCache\SurrogateKeysPurger implements `<a href="/docs/reference/HttpCache/PurgerInterface">ApiPlatform\HttpCache\PurgerInterface</a>`
{
    public __construct(array&lt;int, Symfony\Contracts\HttpClient\HttpClientInterface&gt; $clients, int $maxHeaderLength, string $header, string $separator)
    public purge(array $iris): null
    public getResponseHeaders(array $iris): array
}

Properties

clients

iterable $clients
iterable $clients

maxHeaderLength

int $maxHeaderLength
int $maxHeaderLength

header

string $header
string $header

separator

string $separator
string $separator

Methods

__construct

public __construct(array&lt;int, Symfony\Contracts\HttpClient\HttpClientInterface&gt; $clients, int $maxHeaderLength, string $header, string $separator)
public __construct(array&lt;int, Symfony\Contracts\HttpClient\HttpClientInterface&gt; $clients, int $maxHeaderLength, string $header, string $separator)

Parameters

clientsarray<int, Symfony\Contracts\HttpClient\HttpClientInterface>
maxHeaderLengthint
headerstring
separatorstring

purge

Purges all responses containing the given resources from the cache.

public purge(array $iris): null
public purge(array $iris): null

Parameters

irisarray

Returns

null

getResponseHeaders

Get the response header containing purged tags.

public getResponseHeaders(array $iris): array
public getResponseHeaders(array $iris): array

Parameters

irisarray

Returns

array

Copyright © 2023 Kévin Dunglas

Sponsored by Les-Tilleuls.coop