Uses of Interface
org.neo4j.kernel.impl.cache.Cache

Packages that use Cache
org.neo4j.kernel.impl.cache   
org.neo4j.kernel.impl.core   
 

Uses of Cache in org.neo4j.kernel.impl.cache
 

Classes in org.neo4j.kernel.impl.cache that implement Cache
 class LruCache<K,E>
          Simple implementation of Least-recently-used cache.
 class NoCache<K,V>
           
 class ReferenceCache<K,V>
           
 class SoftLruCache<K,V>
           
 class StrongReferenceCache<K,V>
           
 class WeakLruCache<K,V>
           
 

Methods in org.neo4j.kernel.impl.cache with parameters of type Cache
 void AdaptiveCacheManager.adaptCache(Cache<?,?> cache)
           
 void AdaptiveCacheManager.registerCache(Cache<?,?> cache, float ratio, int minSize)
           
 void AdaptiveCacheManager.unregisterCache(Cache<?,?> cache)
           
 

Uses of Cache in org.neo4j.kernel.impl.core
 

Methods in org.neo4j.kernel.impl.core that return types with arguments of type Cache
 Iterable<? extends Cache<?,?>> NodeManager.caches()
           
 



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