Spring Caching with Caffeine Cache

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

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

  • @emreagah6478
    @emreagah6478 5 ปีที่แล้ว +1

    I've been figuring out how to use caffeine cache on spring boot app. and actually I realized that I really even didn't understand how cache annotation works, before getting into caffeine cache, until I watched your interactive tutorial. Now I am able to define my problem statement and to map your aircraft example to my use cases, s.t. calculations i.e. getting average duration for WiFi sessions for a given period of time. Thank a lot !

    • @MVPJava
      @MVPJava  5 ปีที่แล้ว +1

      That's amazing! So glad you shared that with me. You are very welcome, glad my caffeine cache tutorial helped you out.

  • @pavelprchal8625
    @pavelprchal8625 6 ปีที่แล้ว +1

    Simply great real value. Not only spring-advertising nothing.

    • @MVPJava
      @MVPJava  6 ปีที่แล้ว

      Thanks +Pavel , no advertising what so ever! Enjoy.

  • @MMushroomyy
    @MMushroomyy 7 ปีที่แล้ว

    very good tutorial on caffeine cache. Good Job.

  • @ToddyRBS
    @ToddyRBS 7 ปีที่แล้ว

    nice tutorial, thanks for sharing

  • @danieledesanctis7798
    @danieledesanctis7798 7 ปีที่แล้ว +3

    Is there any way to have different caches (like an array of caches) with a different configuration for each one?

  • @vikremsheker129
    @vikremsheker129 6 ปีที่แล้ว

    Great Tutorial !

  • @arekszyszkowski6574
    @arekszyszkowski6574 4 ปีที่แล้ว

    Hello, is it possible to save List of Aircraft (while using getAll()method) in cache by theirs Id? Because where you call getAll(), then update one of Aircraft, and again call getAll() method, then you get List of Aircrafts as there was no update (as in your first call of getAll()).

  • @MarcusAtaide
    @MarcusAtaide 7 ปีที่แล้ว

    @MVP Java, I´d like to give you a sugestion for the next tutorial: The best pattern design to work with multiple resolution in a project for JavaFX. Like, I want to create an application that gonna work with 1024x576, 1280x720 and 1600x900.

    • @MVPJava
      @MVPJava  7 ปีที่แล้ว

      Hi +Marcus Ataide, thank-you for your suggestion. I will definitely keep it in mind. Looks like you might have to use switchable stylesheets until then.

  • @preethamsgv5701
    @preethamsgv5701 7 ปีที่แล้ว

    I am trying to implement caffeine caching by configuring through Application.properties file. I have used @cachaeble on the methods and started off with @enablecaching in the main class. I get an error "TypeNotPresent" exception. I have the dependencies too. Where am I going wrong? It is a Java spring boot app

  • @alexandersmirnov4274
    @alexandersmirnov4274 7 ปีที่แล้ว

    why cache stats shows evictionCount=0 ?