static function clear() { self::$cache = new stdClass(); }
static function clear() { self::$cache = array(); }