| Allegro CL version 10.1 Unrevised from 10.0 to 10.1. 10.0 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-2022, Franz Inc. Lafayette, CA., USA. All rights reserved.
This page was not revised from the 10.0 page.
Created 2019.8.20.
| Allegro CL version 10.1 Unrevised from 10.0 to 10.1. 10.0 version |