Unit 'CacheCls' Package
[Overview][Resource strings][Types][Classes][Index] [#fcl]

TCache.LRUSlot

Last used item.

Declaration

Source position: cachecls.pp line 96

public property TCache.LRUSlot : PCacheSlot
  read FLRUSlot;

Description

LRUSlot points to the least recent used slot. It is the last item in the chain of slots.

See also

TCache.Add

  

Add a data element to the list.

TCache.AddNew

  

Add a new item to the list.

TCache.Data

  

Indexed access to data items.

TCache.MRUSlot

  

Most recent item slot.


Documentation generated on: Jan 30 2024