getCacheSizes64

getCacheSizes64(persistentCache:      Integer64 output;
                transientCache:       Integer64 output;
                remoteTransientCache: Integer64 output);

The Node class getCacheSizes64 method 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 setCacheSizes64 method.