Neo4j Enterprise

org.neo4j.management
Interface Cache


public interface Cache


Field Summary
static String NAME
           
 
Method Summary
 void clear()
           
 long getCacheSize()
           
 String getCacheType()
           
 long getHitCount()
           
 long getMissCount()
           
 

Field Detail

NAME

static final String NAME
See Also:
Constant Field Values
Method Detail

getCacheType

String getCacheType()

getCacheSize

long getCacheSize()

getHitCount

long getHitCount()

getMissCount

long getMissCount()

clear

void clear()

Neo4j Enterprise

Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.