Main Content
cache
Class: matlab.compiler.mlspark.RDD
Namespace: matlab.compiler.mlspark
Store an RDD in memory
Syntax
cache(obj)
Description
cache(
stores
an RDD object specified by obj
)obj
in the memory
of the executors across a cluster.
Input Arguments
Examples
Version History
Introduced in R2016b