Skip to content
  • totten's avatar
    (#174) CRM_Utils_Cache_Interface::delete() - Return bool like PSR-16 · eec321a4
    totten authored
    The function signature for `delete()` did not specify a return value, and
    actual behaviors varied depending on the driver (`bool` for memcache,
    `int` for redis, and `void` for others).
    
    This standardizes on returning a bool -- which makes the signature align
    with PSR-16's `delete()`.
    eec321a4