Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions src/DynamicData/Cache/ObservableCacheEx.cs
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,7 @@ public static void AddOrUpdate<TObject, TKey>(this ISourceCache<TObject, TKey> s
}

/// <summary>
/// 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.
/// </summary>
/// <typeparam name="TObject">The type of the object.</typeparam>
/// <typeparam name="TKey">The type of the key.</typeparam>
Expand Down