Warning: session_start(): open(/var/lib/php/sessions/sess_lblksgsv326alg8b2t37prbo9d, 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
sbool getSnippetTitles_verbose;
static Map getSnippetTitles_cached(Collection ids) ctex {
new L remaining;
new HashMap map;
for (S id : ids) {
S title = getSnippetTitle_cached_probe(id);
if (title != null)
map.put(fsI(id), title);
else
remaining.add(id);
}
SS map2 = getSnippetTitles(remaining);
for (S id : keys(map2))
getSnippetTitle_cache_put(id, map2.get(id));
map.putAll(map2);
ret map;
}