Objects
/
CachedResponse

CachedResponse

Cached response object for optimizing analytics query performance. Contains metadata about cached data freshness and validity.

Fields

  • ttl
    String!
    Required
    Time-to-live of the cached response in seconds. Example: "3600"
  • id
    String!
    Required
    Unique identifier for the cached response. Used for cache invalidation and management.
  • computed_at
    UnixTimestamp!
    Required
    Unix timestamp when the data was last computed. Used to determine cache freshness.
  • fresh
    Boolean!
    Required
    Indicates whether the cached data is still fresh and valid. False indicates the cache needs to be refreshed.
Edit page
Built with

Show your support! Star us on GitHub ⭐️