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
$time
Time creation of this cache entry
public
float
$time
Tags
Methods
__construct()
public
__construct(array<string, mixed> $result[, float|null $time = null ]) : mixed
Parameters
- $result : array<string, mixed>
- $time : float|null = null
__set_state()
public
static __set_state(array<string, mixed> $values) : QueryCacheEntry
Parameters
- $values : array<string, mixed>