org.opencypher.spark.api.io.util
property graph data source
storage level for caching the graph
Wraps a PropertyGraphDataSource and introduces a caching mechanism. First time a graph is read, it is cached in Spark according to the given StorageLevel and put in the datasource internal cache. When a graph is removed from the data source, it is uncached in Spark and removed from the datasource internal cache.
property graph data source
storage level for caching the graph