Product Information > JADE Object Manager Guide > Chapter 4 - JADE System Instrumentation and Diagnosis > NodegetCacheSizes Method

Node::getCacheSizes Method

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

The Node class getCacheSizes 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.