JVCL Help:TJvTFScheduleManagerCacheType
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvTFScheduleManagerCacheType type
Search in JVCL Help
Search in all projectsSummary
Represents the different settings for the caching system.
Pascal
run\JvTFManager.pas
TJvTFScheduleManagerCacheType = (
ctNone,
ctTimed,
ctBuffer
);
Members
Members | Description |
ctNone | Signifies that no objects will be automatically removed from memory. |
ctTimed | Signifies that cached objects will be flushed periodically. |
ctBuffer | Signifies that only the most recently used schedules will remain in memory (as specified by BufferCount). |
Description
Write here a description
About
no pages or subcategories
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page