Gdn_Cache::decrement PHP Méthode

decrement() abstract public méthode

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.
Résultat integer new value or false on failure.
    public abstract function decrement($Key, $Amount = 1, $Options = array());