cache icon indicating copy to clipboard operation
cache copied to clipboard

README: clarify that `cache-hit` returns a string and not a boolean

Open andreasabel opened this issue 2 years ago • 1 comments

Rationale: if cache-hit was a boolean, then ! could be used to get the opposite. However, it is really a string, and this should be pointed out clearly in the documentation. Because both !'true' and !'false' are false, so customers can shoot themselves in the foot here.

Closes #1262.

andreasabel avatar Oct 17 '23 20:10 andreasabel

@bethanyj28 : Anything left to do here?

andreasabel avatar Dec 08 '23 05:12 andreasabel