Sarthak Aggarwal
07/15/2024, 9:25 AMVampire
07/15/2024, 9:59 AMcacheIf
is just a dynamic way to define whether a task's outputs should be cached or not.Sarthak Aggarwal
07/16/2024, 4:48 PMVampire
07/16/2024, 4:54 PMOperationCompletionListener
that can then get whether a task was run or served from cache etc.
Whether it is cacheable up-front is probably hard to determine, as it is a combination of class annotation, cacheIf
actions, ...