Class CacheBuilderSpec

    • Method Detail

      • parse

        public static CacheBuilderSpec parse​(java.lang.String cacheBuilderSpecification)
        Creates a CacheBuilderSpec from a string.
        Parameters:
        cacheBuilderSpecification - the string form
      • toParsableString

        public java.lang.String toParsableString()
        Returns a string that can be used to parse an equivalent CacheBuilderSpec. The order and form of this representation is not guaranteed, except that reparsing its output will produce a CacheBuilderSpec equal to this instance.
      • toString

        public java.lang.String toString()
        Returns a string representation for this CacheBuilderSpec instance. The form of this representation is not guaranteed.
        Overrides:
        toString in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(@Nullable java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object