Warning: session_start(): open(/var/lib/php/sessions/sess_3igoj6olaik8j3uacj6lha6sf4, 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
static void printCachedPainterSize() { Class cp = getClass("sun.swing.CachedPainter"); Map cacheMap = cast get(cp, "cacheMap"); print("CachedPainter map size: " + l(cacheMap)); for (O key : keys(cacheMap)) { O imageCache = cacheMap.get(key); int maxCount = cast get(imageCache, "maxCount"); L entries = cast get(imageCache, "entries"); print(" Key: " + key + ", entries: " + l(entries) + ", maxCount: " + maxCount); } }