Introducing HybridCache in ASP.NET Core

Поділитися
Вставка
  • Опубліковано 18 гру 2024

КОМЕНТАРІ • 14

  • @antoniusivan8767
    @antoniusivan8767 Місяць тому +4

    I love dapper. Thank you very much Marc Gravell, wonderful engineering ❤

  • @paulguk
    @paulguk Місяць тому +3

    Good demo Marc, thanks. Can I suggest the presentation would be improved if the page showed a random colour on the top half of the screen, and a colour based on the guid in the bottom half. That would make it clearer when you're refreshing the page, and when the guid is changing

  • @georgeritchie4497
    @georgeritchie4497 Місяць тому

    Love it and waited for this new API

  • @RamasamyN-o5p
    @RamasamyN-o5p Місяць тому

    Great presentation

  • @OeHomestead
    @OeHomestead Місяць тому +2

    FusionCache FTW :-)

  • @almcgraw
    @almcgraw Місяць тому +2

    Great feature, but wouldn’t an IHybridCache interface make mocking easier for unit tests ?

  • @roaba3581
    @roaba3581 29 днів тому

    Awesome. Thanks!

  • @SeanPhillips-t4z
    @SeanPhillips-t4z Місяць тому

    So has SlidingExpiration gone away?

  • @ImmoLandwerth
    @ImmoLandwerth Місяць тому +1

    OMG. I the first 30 seconds I realized I have been mispronouncing your last name forever shocked😮

  • @MaximT
    @MaximT Місяць тому +1

    And still did not add tags to help invalidate caches in batches (

    • @cmerighi
      @cmerighi Місяць тому +1

      19:35

    • @dr.angerous
      @dr.angerous Місяць тому

      Is..

    • @MaximT
      @MaximT Місяць тому

      @@dr.angerous So we use custom cache implementation which has this methods with tags
      public async Task DeleteCacheByTagAsync(string tag)
      public async Task GetOrSetCache(string cacheKey, Func getItemCallback, string[] tags = null, TimeSpan? ttl = null)

  • @dr.angerous
    @dr.angerous Місяць тому +3

    Finally the shared locking across requests.. took years lmao...