ImageEn, unit iemview

TIEMDiskCache


Declaration

TIEMDiskCache = class(TPersistent);


Description

Specify the properties of the ImageEnMView disk cache. The disk cache saves a small copy of each viewed image to a folder to speed up the UI. It is a persistent disk cache that is maintained between sessions.

You should periodically remove older entries from the folder using CleanUp.


Example

CreateDir( 'D:\DiskCache\' );
ImageEnMView1.DiskCache.Folder := 'D:\DiskCache\';
ImageEnMView1.DiskCache.Enabled := True;


Methods and Properties

Public Method  CacheInfo
Public Method  CleanUp
Published Property  Enabled
Public Property  ExcludedTypes
Published Property  Folder
Published Property  MinWidth
Published Property  MinHeight
Public Property  SaveFormat