Uses of Interface
org.apache.mahout.cf.taste.impl.common.Cache.MatchPredicate

Packages that use Cache.MatchPredicate
org.apache.mahout.cf.taste.impl.common   
 

Uses of Cache.MatchPredicate in org.apache.mahout.cf.taste.impl.common
 

Methods in org.apache.mahout.cf.taste.impl.common with parameters of type Cache.MatchPredicate
 void Cache.removeKeysMatching(Cache.MatchPredicate<K> predicate)
          Clears all cache entries whose key matches the given predicate.
 void Cache.removeValueMatching(Cache.MatchPredicate<V> predicate)
          Clears all cache entries whose value matches the given predicate.
 



Copyright © 2008–2014 The Apache Software Foundation. All rights reserved.