Uses of Interface
org.apache.mahout.common.cache.Cache

Packages that use Cache
org.apache.mahout.classifier.bayes.datastore   
org.apache.mahout.common.cache   
 

Uses of Cache in org.apache.mahout.classifier.bayes.datastore
 

Methods in org.apache.mahout.classifier.bayes.datastore that return Cache
protected  Cache<java.lang.String,org.apache.hadoop.hbase.client.Result> HBaseBayesDatastore.getTableCache()
           
 

Uses of Cache in org.apache.mahout.common.cache
 

Classes in org.apache.mahout.common.cache that implement Cache
 class HybridCache<K,V>
           
 class LeastKCache<K extends Comparable<? super K>,V>
           
 class LFUCache<K,V>
           
 class LRUCache<K,V>
           
 



Copyright © 2008-2010 The Apache Software Foundation. All Rights Reserved.