|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Retriever | |
---|---|
org.apache.mahout.cf.taste.impl.common |
Uses of Retriever in org.apache.mahout.cf.taste.impl.common |
---|
Classes in org.apache.mahout.cf.taste.impl.common that implement Retriever | |
---|---|
class |
Cache<K,V>
An efficient Map-like class which caches values for keys. |
Constructors in org.apache.mahout.cf.taste.impl.common with parameters of type Retriever | |
---|---|
Cache(Retriever<? super K,? extends V> retriever)
Creates a new cache based on the given Retriever . |
|
Cache(Retriever<? super K,? extends V> retriever,
int maxEntries)
Creates a new cache based on the given Retriever and with given maximum size. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |