[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Contains information about a file or directory in the state caching mechanism.
Source position: lazfilecache.pas line 36
type TFileStateCacheItem = class |
||
public |
||
constructor Create(); |
|
Constructor for the class instance. |
function CalcMemSize; |
|
Gets the memory size needed to store the class instance. |
property Filename: string; [r] |
|
Name for the file or directory in the cache item. |
property PhysicalFilename: string; [r] |
|
Physical name for the file or directory in the cache item. |
property Flags: TFileStateCacheItemFlags; [r] |
|
Contains status flags for the cached file or directory item. |
property TestedFlags: TFileStateCacheItemFlags; [r] |
|
Contains status flags that have been tested for the cached item. |
|
Timestamp for the cached item. |
|
|
FileAge value for the file or directory. |
|
end; |
|
Contains information about a file or directory in the state caching mechanism. |
|
| | ||
TObject |
TFileStateCacheItem is a class which contains information about a file or directory in the state caching mechanism. TFileStateCacheItem has properties used to represent a file or directory name (symbolic and physical), a timestamp, and status flags.
TFileStateCacheItem is the type creates and stored in the internal AVL tree in TFileStateCache using its FindFile method.
|
Gets (or creates) the cached item with the specified name. |
Version 4.0 | Generated 2025-05-03 | Home |