Cachearium\Backend\CacheFilesystem::increment PHP Метод

increment() публичный Метод

(non-PHPdoc)
public increment ( $value, CacheKey $k, $default )
$k Cachearium\CacheKey
    public function increment($value, CacheKey $k, $default = 0)
    {
        throw new \Cachearium\Exceptions\CacheUnsupportedOperation();
    }