EngineCacheEntry
class EngineCacheEntry extends AbstractObject implements IdAble
An individual cache entry in a cache entry set
Properties
$lastQuery | from AbstractObject |
Methods
No description
Whether the cache entry is actively being used.
The time the cache entry was created, in Unix nanoseconds.
The description of the cache entry.
The disk space used by the cache entry.
A unique identifier for this EngineCacheEntry.
The most recent time the cache entry was used, in Unix nanoseconds.
Details
in
AbstractObject at line 13
__construct(AbstractClient $client, QueryBuilderChain $queryBuilderChain)
No description
in
AbstractObject at line 19
protected null|array|string|int|float|bool
queryLeaf(QueryBuilder $leafQueryBuilder, string $leafKey)
No description
at line 19
bool
activelyUsed()
Whether the cache entry is actively being used.
at line 28
int
createdTimeUnixNano()
The time the cache entry was created, in Unix nanoseconds.
at line 37
string
description()
The description of the cache entry.
at line 46
int
diskSpaceBytes()
The disk space used by the cache entry.
at line 55
AbstractId
id()
A unique identifier for this EngineCacheEntry.
at line 64
int
mostRecentUseTimeUnixNano()
The most recent time the cache entry was used, in Unix nanoseconds.