Home | History | Annotate | Download | only in Device

Lines Matching refs:precache

434 		html += "<tr><td>DLL precaching:</td><td><input name = 'precache' type='checkbox'" + (config.precache == true ? checked : empty) + " title='If checked dynamically generated routines will be stored in a DLL for faster loading on application restart.'></td></tr>";
549 config.precache = false;
685 else if(strstr(post, "precache=on"))
687 config.precache = true;
753 config.precache = ini.getBoolean("Testing", "Precache", false);
811 ini.addValue("Testing", "Precache", itoa(config.precache));