[Overview][Resource strings][Types][Classes][Index] |
Number of slots in the list
Source position: cachecls.pp line 91
public property TCache.SlotCount : Integer |
SlotCount is the number of slots in the list. Its initial value is set when the TCache instance is created, but this can be changed at any time. If items are added to the list and the list is full, then the number of slots is not increased, but the least used item is dropped from the list. In that case OnFreeSlot is called.
|
Create a new cache class. |
|
|
Indexed access to data items |
|
|
Indexed array to the slots |