[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'LazFileCache' (#lazutils)

TFileStateCacheItem.TimeStamp

Timestamp for the cached item.

Declaration

Source position: lazfilecache.pas line 52

public property TFileStateCacheItem.TimeStamp : Int64
  read FTimeStamp;

Description

Timestamp is an Int64 property with a timestamp value for an item in the state caching mechanism. It is not actually a time value; it is a counter that is assigned when the item is added to the TFileStateCache class. It can be compared to the Timestamp value in the state cache to determine when the item is potentially out-of-date.

Use TFileStateCache.Timestamp to determine when the cached item is invalid.

See also

TFileStateCache.Timestamp

  

Timestamp (or revision) value for the cache storage.

TFileStateCache.IncreaseTimeStamp

  

Increments the change counter or updates an item in the state cache.

TFileStateCache.FindFile

  

Gets (or creates) the cached item with the specified name.


Version 4.0 Generated 2025-05-03 Home