[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Timestamp for the cached item.
Source position: lazfilecache.pas line 52
public property TFileStateCacheItem.TimeStamp : Int64 |
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.
|
Timestamp (or revision) value for the cache storage. |
|
|
Increments the change counter or updates an item in the state cache. |
|
|
Gets (or creates) the cached item with the specified name. |
Version 4.0 | Generated 2025-05-03 | Home |