diff --git a/src/DynamicData/Cache/ObservableCacheEx.cs b/src/DynamicData/Cache/ObservableCacheEx.cs index 1f1c7f539..f0623a001 100644 --- a/src/DynamicData/Cache/ObservableCacheEx.cs +++ b/src/DynamicData/Cache/ObservableCacheEx.cs @@ -167,8 +167,7 @@ public static void AddOrUpdate(this ISourceCache s } /// - /// Removes the specified key from the cache. - /// If the item is not contained in the cache then the operation does nothing. + /// Adds or updates the cache with the specified item / key pair. /// /// The type of the object. /// The type of the key.