InterviewSolution
Saved Bookmarks
| 1. |
What is object Cache in Neo4J? |
|
Answer» In Neo4j, the OBJECT cache caches individual relationships and nodes and respectively their properties in a form which is OPTIMIZED for traversal of the graph. Here contents of this cache are objects with a REPRESENTATION geared towards the Neo4j SUPPORTING object API and graph traversals. |
|