Share via


DataFrame.Cache Method

Definition

Persist this DataFrame with the default storage level MEMORY_AND_DISK.

public Microsoft.Spark.Sql.DataFrame Cache ();
member this.Cache : unit -> Microsoft.Spark.Sql.DataFrame
Public Function Cache () As DataFrame

Returns

DataFrame object

Applies to