ModifyCacheLifetimeForRowEvent

Event to allow listeners to modify the amount of seconds that a generated frontend page should be cached in the "pages" cache when initially generated.

Table of Contents

Properties

$cacheLifetime  : int
$pageRecord  : array<string|int, mixed>
$tableName  : string

Methods

__construct()  : mixed

Properties

$pageRecord read-only

public array<string|int, mixed> $pageRecord

$tableName read-only

public string $tableName

Methods

__construct()

public __construct(int $cacheLifetime, string $tableName, array<string|int, mixed> $pageRecord) : mixed
Parameters
$cacheLifetime : int
$tableName : string
$pageRecord : array<string|int, mixed>

        
On this page

Search results