Skip to content

HybridCache.RemoveAsync calls RemoveByTagAsync instead of RemoveAsync #56581

Closed
@SeeIfIDont

Description

@SeeIfIDont

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.

Metadata

Metadata

Assignees

Labels

area-middlewareIncludes: URL rewrite, redirect, response cache/compression, session, and other general middlewaresfeature-cachingIncludes: StackExchangeRedis and SqlServer distributed caches

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions