[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: cachecls.pp line 63
type TCache = class |
protected |
FSlotCount: Integer; |
public |
constructor Create(); |
destructor Destroy; override; |
function Add(); |
function AddNew(); |
function FindSlot(); |
function IndexOf(); |
procedure Remove(); |
property Data []: Pointer; [rw] |
property MRUSlot: PCacheSlot; [rw] |
property LRUSlot: PCacheSlot; [r] |
property SlotCount: Integer; [rw] |
property Slots []: PCacheSlot; [r] |
property OnIsDataEqual: TOnIsDataEqual; [rw] |
property OnFreeSlot: TOnFreeSlot; [rw] |
end; |
| |
TObject |