Gdn_Cache::decrement PHP Method

decrement() abstract public method

This will fail if the key does not already exist. Cannot take the value of $Key below 0.
abstract public decrement ( string $Key, integer $Amount = 1, $Options = [] ) : integer
$Key string Cache key used for storage.
$Amount integer Amount to shift value down.
return integer new value or false on failure.
    public abstract function decrement($Key, $Amount = 1, $Options = array());