<-Back

Function: Gwl:Clear-Instance

CLEAR-INSTANCE void

Clears the specified instance from GWL's master table of root-level instances. The instance ID is the same number you see in published GWL URIs, and is available as the "instance-id" message within all GWL objects which inherit from base-html-sheet. Clearing the specified instance makes available for garbage collection all memory used by the object hierarchy rooted at the instance, as well as all associated published URIs.

arguments:
id Integer or Keyword Symbol
The key whose entry you wish to clear from the *instance-hash-table*
example:
 
  (clear-instance 639)

<-Back