Create and save a cache file given a VW dataset. The implication of saving means that
the cache file is added to the SparkContext such that it can be retrieved on worker nodes.
If Spark is not being used, ie. parallel collections are being used, then the cache file
is just saved locally to the file system.
Create and save a cache file given a VW dataset. The implication of saving means that the cache file is added to the SparkContext such that it can be retrieved on worker nodes. If Spark is not being used, ie. parallel collections are being used, then the cache file is just saved locally to the file system.