Doctrine


Doctrine\ORM\Tools\Console\Command\ClearCache\QueryCommand
/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php at line 40

Class QueryCommand

Class:QueryCommand - Superclass: Console
Console
⌊ QueryCommand

public class QueryCommand
extends Console

Command to clear the query cache of the various cache drivers.

License:
http://www.opensource.org/licenses/lgpl-license.php LGPL
See Also:
www.doctrine-project.org
Since:
2.0
Version:
$Revision$
Author:
Benjamin Eberlei
Guilherme Blanco
Jonathan Wage
Roman Borschel

Method Summary
protected void

configure()

protected void

execute(mixed input, mixed output)

Method Detail

/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php at line 45

configure

protected void configure()

See Also:
Console\Command\Command

/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php at line 60

execute

protected void execute(mixed input, mixed output)

See Also:
Console\Command\Command

Doctrine