Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Caching: migrate HybridCache api surface from asp.net into runtime #103103

Merged
merged 13 commits into from
Jul 22, 2024

Commits on Jul 10, 2024

  1. Configuration menu
    Copy the full SHA
    5b4a0d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b93d34 View commit details
    Browse the repository at this point in the history
  3. reapply dotnet/aspnetcore#56719

    mgravell committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    30533c3 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Update src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hy…

    …brid/HybridCache.cs
    
    Co-authored-by: David Cantú <[email protected]>
    mgravell and jozkee committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    4efddb4 View commit details
    Browse the repository at this point in the history
  2. Update src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hy…

    …brid/HybridCache.cs
    
    Co-authored-by: David Cantú <[email protected]>
    mgravell and jozkee committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    d3e8f48 View commit details
    Browse the repository at this point in the history
  3. Update src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hy…

    …brid/HybridCache.cs
    
    Co-authored-by: David Cantú <[email protected]>
    mgravell and jozkee committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    fc619d1 View commit details
    Browse the repository at this point in the history
  4. prefer throw null

    mgravell committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    81e10a5 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Configuration menu
    Copy the full SHA
    a5b760b View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. remove suppressions

    mgravell committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    bd83929 View commit details
    Browse the repository at this point in the history
  2. Update src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hy…

    …brid/IHybridCacheSerializer.cs
    
    Co-authored-by: Stephen Toub <[email protected]>
    mgravell and stephentoub committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    e936a64 View commit details
    Browse the repository at this point in the history
  3. Update src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hy…

    …brid/HybridCacheEntryOptions.cs
    
    Co-authored-by: Stephen Toub <[email protected]>
    mgravell and stephentoub committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    7a7bfd5 View commit details
    Browse the repository at this point in the history
  4. Update src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hy…

    …brid/HybridCacheEntryOptions.cs
    
    Co-authored-by: Stephen Toub <[email protected]>
    mgravell and stephentoub committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    d2f8095 View commit details
    Browse the repository at this point in the history
  5. PR nits

    mgravell committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    14a3624 View commit details
    Browse the repository at this point in the history