0 votes
in Neo4j by
What is object Cache in Neo4J?

1 Answer

0 votes
by

 object cache is used to store individual nodes, their relationships and their properties in a form which is optimized for fast traversal of the graph. Reading from object cache is 5 to 10 times faster than reading from the file buffer cache.

...