REFRESH
Invalidates and refreshes all the cached data (and the associated metadata) in Apache Spark cache for
all Datasets that contains the given data source path. Path matching is by prefix, that is, /
would
invalidate everything that is cached.
Syntax
REFRESH resource_path
See Delta and Apache Spark caching for the differences between the Delta cache and the Apache Spark cache.