-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Closed
Labels
area-middlewareIncludes: URL rewrite, redirect, response cache/compression, session, and other general middlewaresIncludes: URL rewrite, redirect, response cache/compression, session, and other general middlewaresfeature-cachingIncludes: StackExchangeRedis and SqlServer distributed cachesIncludes: StackExchangeRedis and SqlServer distributed caches
Description
In the IEnumerable<string> keys overload of HybridCache.RemoveAsync, the single-key case calls through to HybridCache.RemoveByTagAsync(string tag, ...) instead of to HybridCache.RemoveAsync(string key, ...).
This looks like a simple copy/paste error of the IEnumerable<string> tags overload of HybridCache.RemoveByTagAsync, which otherwise looks basically identical.
aemarco
Metadata
Metadata
Assignees
Labels
area-middlewareIncludes: URL rewrite, redirect, response cache/compression, session, and other general middlewaresIncludes: URL rewrite, redirect, response cache/compression, session, and other general middlewaresfeature-cachingIncludes: StackExchangeRedis and SqlServer distributed cachesIncludes: StackExchangeRedis and SqlServer distributed caches