Google News
logo
Neo4J - Interview Questions
What is object Cache in Neo4J?
In Neo4J, 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.
Advertisement