Explain what is Object cache in Neo4j.How many types of they are?

devquora
devquora

Posted On: Feb 22, 2018

 

Object Cache is used to cache individual nodes and relationships including their properties which is optimized for fast traversal of the graph. There are basically two types of Neo4j Object caches, they are:-
1)Reference Cache
2)HPC (High performance Cache).
Some time object caches are also called high level cache.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Neo4j interview questions

    Define Neo4j?

    It is one of most popular  open source free NOSQL  Graph DBMS (database management system) developed by Neo4j, Inc...

    Neo4j interview questions

    What are the indexing capabilities of Neo4J?

    Neo4j as a graph database features indexing as the preferred way to find start points for graph traversals. Over the ye..