Jamm\Memory\MemcachedDecorator::increment PHP Method

increment() public method

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