Cache<K, V>.RemoveKeysMatching Method NReco.Recommender Class Library
Clears all cache entries whose key 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 RemoveKeysMatching(
	Func<K, bool> predicate
)

Parameters

predicate
Type: System.Func<K, Boolean>
See Also