These v19 docs are archived 🔒.
Go to the
latest docs home
or try if
this exact page is available
in the latest docs.
Interface ITimestamped
Provides a time stamp when something was created / updated for caching.
[InternalApi_DoNotUse_MayChangeWithoutNotice("this is just fyi")]
public interface ITimestamped
Properties
CacheTimestamp
System time-stamp of when the data in this cached thing was initialized or updated. Depending on the implementation, this may go up-stream and return an up-stream value.
long CacheTimestamp { get; }
Property Value
- long
A timestamp as a long number