I have a requirement: when returning an object from cache (vs the live backend) I should provide a debug information which includes the timestamp when the object was placed into the cache.
To my surprise, I cannot find this timestamp in the object metadata. TTL is there, but not the timestamp from which to compute that TTL.
Did I miss something, or should I attach the timestamp to the object metadata explicitly?
To my surprise, I cannot find this timestamp in the object metadata. TTL is there, but not the timestamp from which to compute that TTL.
Did I miss something, or should I attach the timestamp to the object metadata explicitly?