docs/static/reference/php/Dagger/EngineCacheEntry.html
class EngineCacheEntry extends AbstractObject implements IdAble
An individual cache entry in a cache entry set
| | $lastQuery | | from AbstractObject |
__construct(AbstractClient $client, QueryBuilderChain $queryBuilderChain)
No description
from AbstractObject
null|array|string|int|float|bool
queryLeaf(QueryBuilder $leafQueryBuilder, string $leafKey)
No description
from AbstractObject
bool
Whether the cache entry is actively being used.
int
The time the cache entry was created, in Unix nanoseconds.
string
The description of the cache entry.
int
The disk space used by the cache entry.
id()
A unique identifier for this EngineCacheEntry.
int
The most recent time the cache entry was used, in Unix nanoseconds.
string
The type of the cache record (e.g. regular, internal, frontend, source.local, source.git.checkout, exec.cachemount).
__construct(AbstractClient $client, QueryBuilderChain $queryBuilderChain) No description
| AbstractClient | $client | | | QueryBuilderChain | $queryBuilderChain | |
protected null|array|string|int|float|bool queryLeaf(QueryBuilder $leafQueryBuilder, string $leafKey)No description
| QueryBuilder | $leafQueryBuilder | | | string | $leafKey | |
| null|array|string|int|float|bool | |
bool activelyUsed()Whether the cache entry is actively being used.
| bool | |
int createdTimeUnixNano()The time the cache entry was created, in Unix nanoseconds.
| int | |
string description()The description of the cache entry.
| string | |
int diskSpaceBytes()The disk space used by the cache entry.
| int | |
AbstractId id()A unique identifier for this EngineCacheEntry.
| AbstractId | |
int mostRecentUseTimeUnixNano()The most recent time the cache entry was used, in Unix nanoseconds.
| int | |
string recordType()The type of the cache record (e.g. regular, internal, frontend, source.local, source.git.checkout, exec.cachemount).
| string | |
Generated by Doctum, a API Documentation generator and fork of Sami.