org.neo4j.kernel.impl.cache
Class ReferenceCache<K,V>

java.lang.Object
  extended by org.neo4j.kernel.impl.cache.ReferenceCache<K,V>
All Implemented Interfaces:
Cache<K,V>
Direct Known Subclasses:
SoftLruCache, WeakLruCache

public abstract class ReferenceCache<K,V>
extends Object
implements Cache<K,V>


Constructor Summary
ReferenceCache()
           
 
Method Summary
protected abstract  void pollClearedValues()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.neo4j.kernel.impl.cache.Cache
clear, elementCleaned, get, getName, hitCount, isAdaptive, maxSize, missCount, put, putAll, remove, resize, setAdaptiveStatus, size
 

Constructor Detail

ReferenceCache

public ReferenceCache()
Method Detail

pollClearedValues

protected abstract void pollClearedValues()


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