getCacheSizes

getCacheSizes(persistentCache:      Integer output;
              transientCache:       Integer output;
              remoteTransientCache: Integer output);

The getCacheSizes method of the Node class retrieves the persistent, transient, and remote transient cache values of the node on which the method is executing.

These values, which are in bytes, represent the maximum amount of memory that is allocated by the JADE Object Manager library for caching objects in the node. See also the setCacheSizes method.