com.datastax.spark.connector.cql
Caches prepared statements so they are not prepared multiple times by different threads.
Retrieves a PreparedStatement from cache or creates a new one if not found and updates the cache.
PreparedStatement
Removes all statements associated with the Cluster from the cache.
Cluster
Caches prepared statements so they are not prepared multiple times by different threads.