Caching

  • 16
  • Locked
In CacheComputeManager, implement the logic of the empty method. Guess what it should do based on the method name and the class's logic.
You can't complete this task, because you're not signed in.
Comments (2)
  • Popular
  • New
  • Old
You must be signed in to leave a comment
Justin Smith
Level 38 , Greenfield, USA, United States
23 June 2022, 11:25
Found this one to be extremely difficult due to opaque use of generics, and FutureTask always confuses me a lot. I get Thread and Runnable, but Future/FutureTask/Callable always confuse me. It also probably doesn't help that I haven't done a task with Future/FutureTask in many months. I stared at it for a few days and realized I was never going to figure out on my own how to even begin it, so I had to look at the solution. For me, this one was definitely in the solid red Difficult category.
Dawid Bujnicki Junior Developer
19 November 2021, 13:50
Don't use lambda for this one, validator won't accept it :) I encourage to check out Intellij lambda replacement tho, so it will be easier to understand how these work.