Clears all cache entries whose value matches the given predicate.
Namespace: NReco.CF.Taste.Impl.CommonAssembly: NReco.Recommender (in NReco.Recommender.dll) Version: 1.0.0.0 (1.0.0.0)
public void RemoveValueMatching(
Func<V, bool> predicate
)
public void RemoveValueMatching(
Func<V, bool> predicate
)
Public Sub RemoveValueMatching (
predicate As Func(Of V, Boolean)
)
Public Sub RemoveValueMatching (
predicate As Func(Of V, Boolean)
)
public:
void RemoveValueMatching(
Func<V, bool>^ predicate
)
public:
void RemoveValueMatching(
Func<V, bool>^ predicate
)
member RemoveValueMatching :
predicate : Func<'V, bool> -> unit
member RemoveValueMatching :
predicate : Func<'V, bool> -> unit