ReplyAug 31, 2021
Robert Pankowecki Nice catch. It looks like you're correct. An oversight while writing this. The issue here is using force: true and skip_nil: true at the same time. force is always going to force a cache write. So actually using them together would require splitting up the logic. Thanks for pointing this out
