Interface CachePointBlock.Builder

    • Method Detail

      • type

        CachePointBlock.Builder type​(String type)

        Specifies the type of cache point within the CachePointBlock.

        Parameters:
        type - Specifies the type of cache point within the CachePointBlock.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        CachePointType, CachePointType
      • type

        CachePointBlock.Builder type​(CachePointType type)

        Specifies the type of cache point within the CachePointBlock.

        Parameters:
        type - Specifies the type of cache point within the CachePointBlock.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        CachePointType, CachePointType