Skip to content

Caching.Cache.Insert is missing the overload with 3 arguments #347

@afshinm

Description

@afshinm

Describe the bug

Caching.Cache.Insert is missing the overload with 3 arguments, see: https://learn.microsoft.com/en-us/dotnet/api/system.web.caching.cache.insert?view=netframework-4.8.1#system-web-caching-cache-insert(system-string-system-object-system-web-caching-cachedependency)

To Reproduce

  • Import System.Web
  • Call HttpRuntime.Cache.Insert(cacheKey, cacheValue, new System.Web.Caching.CacheDependency(path));
  • Compile to get the build error

Further technical details

Please include the following if applicable:

ASP.NET Framework Application:

  • Technologies and versions used (i.e. MVC/WebForms/etc): MVC 5
  • .NET Framework Version: 4.7.2
  • IIS Version: 10.0.22621
  • Windows Version: 10

Metadata

Metadata

Assignees

No one assigned

    Labels

    Needs: Triage 🔍Label added to new issues which need Triage

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions