Skip to main content

CachedOutput

This class represents a cached output entry, storing information such as a unique key, the URI of the output, and associated metadata. It tracks creation, last update, and update timestamps for managing cached data.

Attributes

AttributeTypeDescription
KeystringStores a string representing the unique identifier for the cached output.
OutputURIstringStores a string representing the URI where the cached output can be accessed.
Metadata[]byteStores a byte array containing additional metadata associated with the cached output.
LastUpdatedtime.TimeStores a time.Time value indicating the last time the cached output was updated.
CreatedAttime.TimeStores a time.Time value indicating when the cached output was initially created.
UpdatedAttime.TimeStores a time.Time value indicating the most recent time the cached output was modified.