Computes a deterministic cache key from a tag definition and live request data.
name:key1=val1,key2=val2
Properties whose getValue returns success: false are skipped (their value is not included in the key).
getValue
success: false
Computes a deterministic cache key from a tag definition and live request data.
name:key1=val1,key2=val2where keys are sorted alphabetically for determinism.Properties whose
getValuereturnssuccess: falseare skipped (their value is not included in the key).