EngineCacheEntry
class EngineCacheEntry extends AbstractObject implements IdAble, Node
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 DagQL call that produced this cache entry.
The description of the cache entry.
The disk space used by the cache entry.
The most recent time the cache entry was used, in Unix nanoseconds.
The type of the cache record (e.g. regular, internal, frontend, source.local, source.git.checkout, exec.cachemount).
The storage record types represented by this cache entry.
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
dagqlCall()
The DagQL call that produced this cache entry.
at line 46
string
description()
The description of the cache entry.
at line 55
int
diskSpaceBytes()
The disk space used by the cache entry.
at line 64
Id
id()
A unique identifier for this EngineCacheEntry.
at line 73
int
mostRecentUseTimeUnixNano()
The most recent time the cache entry was used, in Unix nanoseconds.
at line 82
string
recordType()
The type of the cache record (e.g. regular, internal, frontend, source.local, source.git.checkout, exec.cachemount).
at line 91
array
recordTypes()
The storage record types represented by this cache entry.