The
The access counts do not directly indicate how many times applications have used objects. If an object resides in the persistent object cache, it may not have to be fetched from the database when used. The access counts reflect database activity, rather than application activity.
When dealing with classes, the class number can be retrieved using the
To reduce any overhead caused by maintaining class access frequency statistics, the
JADE maintains a list of the processes that have class access frequency counters enabled. When a process requests the disabling of class access frequency statistics, the process is removed from the list. Statistics are disabled only when no processes remain in the list. If a process terminates without having turned class access frequency statistics disabled, the process is removed from the list and statistics are turned off if there are no other processes in the list. For details, see the following subsections.