cache icon indicating copy to clipboard operation
cache copied to clipboard

Cache-hit returns true when there is a match with restore-keys as well

Open C302 opened this issue 1 month ago • 0 comments

When using the restore action, we want to know if there is an exact match with key or if we have an older match. We see that the return value for cache-hit is also 'true' when there is only a match with one of the values in restore-keys

C302 avatar Nov 27 '25 13:11 C302