BBjFileSystem::getCachedCount
Description
In BBj 2.01 and higher, this method returns the number of programs currently within the program cache.
Syntax
Return Value |
Method |
int |
getCachedCount() |
Parameters
None.
Return Value
Returns the number of programs currently within the program cache.
Remarks
A program is cached if any of the following are true:
-
It is in the MRU list.
-
It is currently being referenced from a client.
-
It has been loaded as a resident program using the ADDR Verb (and has not been removed via the DROP Verb).
Example
|
See Also
ADDR Verb - Load Public Program as Resident
DROP Verb - Release Memory-Resident Public Program
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.