4D v16.3Cache info |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v16.3
Cache info
Cache info
This command only works in 4D 64-bit versions. The Cache info command returns an object that contains detailed information about the current cache contents (used memory, loaded tables and indexes, etc.) Note: This command only works in local mode (4D Server and 4D); it must not be used from 4D in remote mode. By default, returned information refers to the running database only. The optional dbFilter object parameter allows you to specify the scope of the command:
The Cache info command returns a single object that contains all the relevant information about the cache. The returned object has the following basic structure: { Elements of the objects array are root objects (tables, indexes, Blobs, etc.) which are currently loaded in the cache. Each element contains specific attributes that describe its current status. For more information about advanced interpretation of this data, please contact your local Technical Service department. You want to get cache information for the current database: C_OBJECT($cache) You want to get cache information for the database and all opened components: C_OBJECT($dbFilter)
See also
|
PROPERTIES
Product: 4D HISTORY
ARTICLE USAGE
4D Language Reference ( 4D v16) |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||