Package org.neo4j.kernel.impl.cache

Interface Summary
Cache<K,V> Simple cache interface with add, remove, get, clear and size methods.
 

Class Summary
AdaptiveCacheManager  
LruCache<K,E> Simple implementation of Least-recently-used cache.
NoCache<K,V>  
ReferenceCache<K,V>  
SoftLruCache<K,V>  
SoftReferenceQueue<K,V>  
SoftValue<K,V>  
StrongReferenceCache<K,V>  
WeakLruCache<K,V>  
WeakReferenceQueue<K,V>  
WeakValue<K,V>  
 



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