ctSETCFG
Changes the data and index cache sizes.
Declaration
NINT rc; rc = ctSETCFG(setcfgCONFIG_OPTION, "set_cache_options {\"dat_memory\": \"100 mb\"}");
Description
An application that is logged in as the ADMIN user can change data and index caches by calling ctSETCFG()with the setcfgCONFIG_OPTION and value where set_cache_options {} is a null-terminated string in JSON format.