Warning: session_start(): open(/var/lib/php/sessions/sess_qnop7iti74at4gg1on0o1n57mr, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51
Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
please include function mechList_raw.
static S mechList_opt_raw(S name) ctex {
lock mechList_raw_lock;
if (mechList_goToCreator() || eq(mechMode().readMode, 'creator))
ret (S) call(creator(), 'mechList_opt_raw, name);
// get from cache
S src = mechList_raw_cache.get(name);
if (src != null) ret src;
// load & put in cache
src = mechList_opt_raw_fresh(name);
mechList_raw_cache.put(name, unnull(src));
ret src;
}
please include function mechList_clearCache.
svoid _onLoad_mechList_opt_raw {
_registerAutoCloseable(vmBus_onMessage('mechList_clearCache, voidfunc(S listName) {
if (!isTrue(mechList_clearCache_inFunction!))
mechList_clearCache_noSend(listName);
}));
}