Interface ITimestamped
Provides a time stamp when something was created / updated for caching.
Namespace: ToSic.Eav.Caching
Assembly: ToSic.Eav.Core.dll
Syntax
[InternalApi_DoNotUse_MayChangeWithoutNotice("this is just fyi")]
public interface ITimestamped
Properties
| Improve this Doc View SourceCacheTimestamp
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.
Declaration
long CacheTimestamp { get; }
Property Value
Type | Description |
---|---|
long | A timestamp as a long number |