pyspark.sql.Catalog.isCached

Catalog.isCached(tableName: str) → bool

Returns true if the table is currently cached in-memory.

Allowed tableName to be qualified with catalog name.