Documentation

QueryCacheEntry
in package
implements CacheEntry

Query cache entry

Table of Contents

Interfaces

CacheEntry
Cache entry interface

Properties

$result  : array<string, mixed>
List of entity identifiers
$time  : float
Time creation of this cache entry

Methods

__construct()  : mixed
__set_state()  : QueryCacheEntry

Properties

$result

List of entity identifiers

public array<string, mixed> $result
Tags
readonly

Public only for performance reasons, it should be considered immutable.

$time

Time creation of this cache entry

public float $time
Tags
readonly

Public only for performance reasons, it should be considered immutable.

Methods

__construct()

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

        
On this page

Search results