Clears all cache entries whose key 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 RemoveKeysMatching(
Func<K, bool> predicate
)
public void RemoveKeysMatching(
Func<K, bool> predicate
)
Public Sub RemoveKeysMatching (
predicate As Func(Of K, Boolean)
)
Public Sub RemoveKeysMatching (
predicate As Func(Of K, Boolean)
)
public:
void RemoveKeysMatching(
Func<K, bool>^ predicate
)
public:
void RemoveKeysMatching(
Func<K, bool>^ predicate
)
member RemoveKeysMatching :
predicate : Func<'K, bool> -> unit
member RemoveKeysMatching :
predicate : Func<'K, bool> -> unit