This screen provides summary Row Cache information for active
    caches ordered by cache names. This screen provides the following
    information:
    o  Cache.Name
       This field displays the cache name.
    o  Searches
       This field displayes the number of times the row cache was
       searched for a specific row (DBKEY).
    o  Hit%
       This field displays the percentage of cache searches that were
       satistified by the cache (ie, the row was found in the cache).
    o  Full%
       This field displays the percentage of the slots in the cache
       that are not empty.
    o  Inserts
       This field displays the number of times new rows have been
       inserted into the row cache.
    o  Wrap
       This field displays the number of times the row cache "insert
       cursor" reached the end of the cache and started over at the
       beginning of the cache.
    o  Slots
       This field displays the total number of slots in the cache.
    o  len
       This field displays the length (ie, width) of each slot in the
       cache.