Free the TCache class from memory.
Source position: cachecls.pp line 85
public destructor TCache.Destroy; override; |
Destroy cleans up the array for the elements, and calls the inherited Destroy. The elements in the array are not freed by this action.
|
Create a new cache class. |