Home
last modified time | relevance | path

Searched refs:cache_expires_seconds (Results 1 – 1 of 1) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_v8/
H A Dmod_v8.cpp131 switch_time_t cache_expires_seconds; member
343 globals.cache_expires_seconds = (v > 0) ? v : 0; in load_configuration()
551 …if (time_left_since_compile_sec <= globals.cache_expires_seconds || globals.cache_expires_seconds in LoadScript()
1509 globals.cache_expires_seconds = 0; in SWITCH_MODULE_LOAD_FUNCTION()