EngineCacheEntry
API reference
An individual cache entry in a cache entry set
Implements Node
activelyUsed- Whether the cache entry is actively being used.
createdTimeUnixNano- The time the cache entry was created, in Unix nanoseconds.
dagqlCall- The DagQL call that produced this cache entry.
description- The description of the cache entry.
diskSpaceBytes- The disk space used by the cache entry.
id- A unique identifier for this EngineCacheEntry.
mostRecentUseTimeUnixNano- The most recent time the cache entry was used, in Unix nanoseconds.
recordType- The type of the cache record (e.g. regular, internal, frontend, source.local, source.git.checkout, exec.cachemount).
recordTypes- The storage record types represented by this cache entry.
activelyUsed: Boolean!
Whether the cache entry is actively being used.
createdTimeUnixNano: Int!
The time the cache entry was created, in Unix nanoseconds.
dagqlCall: String!
The DagQL call that produced this cache entry.
description: String!
The description of the cache entry.
diskSpaceBytes: Int!
The disk space used by the cache entry.
id: ID!
A unique identifier for this EngineCacheEntry.
mostRecentUseTimeUnixNano: Int!
The most recent time the cache entry was used, in Unix nanoseconds.
recordType: String!
The type of the cache record (e.g. regular, internal, frontend, source.local, source.git.checkout, exec.cachemount).
recordTypes: [String!]!
The storage record types represented by this cache entry.