public static function get_spam_count( $type = false ) {
        global $wpdb;

        if ( !$type ) { // total
            $count = wp_cache_get( 'akismet_spam_count', 'widget' );