Table of Contents

Interface ITimestamped

Namespace
ToSic.Eav.Caching
Assembly
ToSic.Eav.Core.dll

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