mediatekformation

QueryCacheEntry
in package
implements CacheEntry

Query cache entry

Interfaces, Classes, Traits and Enums

CacheEntry
Cache entry interface

Table of Contents

$result  : array<string, mixed>
READ-ONLY: Public only for performance reasons, it should be considered immutable.
$time  : float
READ-ONLY: Public only for performance reasons, it should be considered immutable.
__construct()  : mixed
__set_state()  : QueryCacheEntry

Properties

$result

READ-ONLY: Public only for performance reasons, it should be considered immutable.

public array<string, mixed> $result

List of entity identifiers

$time

READ-ONLY: Public only for performance reasons, it should be considered immutable.

public float $time

Time creation of this cache entry

Methods

__construct()

public __construct(array<string, mixed> $result[, float $time = null ]) : mixed
Parameters
$result : array<string, mixed>
$time : float = null
Return values
mixed

Search results