Introducing HybridCache in ASP.NET Core

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 พ.ย. 2024

ความคิดเห็น • 11

  • @antoniusivan8767
    @antoniusivan8767 21 ชั่วโมงที่ผ่านมา +4

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

  • @paulguk
    @paulguk 19 ชั่วโมงที่ผ่านมา +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 23 ชั่วโมงที่ผ่านมา

    Love it and waited for this new API

  • @almcgraw
    @almcgraw 9 ชั่วโมงที่ผ่านมา

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

  • @RamasamyN-o5p
    @RamasamyN-o5p วันที่ผ่านมา

    Great presentation

  • @SeanPhillips-t4z
    @SeanPhillips-t4z 15 ชั่วโมงที่ผ่านมา

    So has SlidingExpiration gone away?

  • @MaximT
    @MaximT 23 ชั่วโมงที่ผ่านมา +1

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

    • @cmerighi
      @cmerighi 21 ชั่วโมงที่ผ่านมา +1

      19:35

    • @dr.angerous
      @dr.angerous 20 ชั่วโมงที่ผ่านมา

      Is..

    • @MaximT
      @MaximT 13 ชั่วโมงที่ผ่านมา

      @@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 20 ชั่วโมงที่ผ่านมา +2

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