5589This parameter supplies the maximum RAM in KILO BYTE to use for storing the cached records if Cache option is enabled. (Note Cache is enabled by default). Any records cached beyond this limit will be written to a temporary disk file in the folder specified by the parameter ODPP_OPR_LKP_CACHE_TEMP_PATH
5590
5591
5592Description:
5593This Parameter allows the caller to control how much of memory is utilized for storing cached records. It accepts the amount of RAM to use in KILO BYTE.
5594
5595
5596Default:
5597By default 32 KILO BYTE of RAM will be used. Beyond that cache records will be written to temporary disk file.
5598
5599
5600How to send:
5601This Parameter will accept the value in the uiVal member of DP_INIT_OP_DEF structure during Provider_Init.