public final class StringBuffer extends AbstractStringBuilder implements java.io.Serializable, CharSequence /** * A cache of the last value returned by toString. Cleared * whenever the StringBuffer is modified. */ private transient char[] toStringCac…