| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
Arguments: object
If the argument is a remote reference to a Java object, the reference is discarded.
The following methods are defined:
Arguments: (object-list cons)
The argument must be a list of object references. It is considerably more efficient to discard a block of objects in one operation.
Arguments: (object (eql :flush))
Discard all dead references to Java objects.
Arguments: (object integer)
Discard the specified number of dead references to Java objects.
Arguments: (object (eql :query))
Return two values, the number of dead entries and the number of live entries in the object cache.
Arguments: (object (eql :all))
Discard all objects in the object cache.
See jlinker.htm for more information on the jLinker facility.
Copyright (c) 1998-2016, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.1 page.
Created 2010.1.21.
| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |