Cache K, V  RemoveValueMatching Method NReco.Recommender Class Library
Clears all cache entries whose value matches the given predicate.

Namespace: NReco.CF.Taste.Impl.Common
Assembly: NReco.Recommender (in NReco.Recommender.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public void RemoveValueMatching(
	Func<V, bool> predicate
)

Parameters

predicate
Type: System Func V, Boolean 
See Also