Jamm\Memory\MemcachedDecorator::decrement PHP Method

decrement() public method

public decrement ( $key, $by_value )
    public function decrement($key, $by_value)
    {
        return $this->memcached->decrement($key, $by_value);
    }