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

TFileStateCache.Create

Constructor for the class instance.

Declaration

Source position: lazfilecache.pas line 70

public constructor TFileStateCache.Create;

Description

Create is the constructor for the class instance. It allocates resources needed for the internal AVL tree used to store the file or directory items in the cache mechanism. The address for the CompareFileStateItems routine is used to compare and sort the items added to the AVL tree. It also sets the initial value in the Timestamp property.

See also

TFileStateCache.TimeStamp

  

Timestamp (or revision) value for the cache storage.

CompareFileStateItems

  

Gets the relative order for the file names in the specified TFileStateCacheItem entries.


Version 4.0 Generated 2025-05-03 Home