mysqlnd_qc_change_handlerChange current storage handler
&reftitle.description;
boolmysqlnd_qc_change_handlermixedhandler
Sets the storage handler used by the query cache. A list of available
storage handler can be obtained from
mysqlnd_qc_get_handler.
Which storage are available depends on the compile time
configuration of the query cache plugin. The
default storage handler is always available.
All other storage handler must be enabled explicitly when building the
extension.
&reftitle.parameters;
handler
Handler can be of type string representing the name of a
built-in storage handler or an object of type
mysqlnd_qc_handler_default.
The names of the built-in storage handler are
default,
APC,
MEMCACHE,
sqlite.
&reftitle.returnvalues;
&return.success;
If changing the storage handler fails a catchable fatal error will
be thrown. The query cache cannot operate if the previous storage
handler has been shutdown but no new storage handler has been installed.
&reftitle.examples;
The example shows the output from the built-in default storage handler.
Other storage handler may report different data.
]]>
&examples.outputs;
&reftitle.seealso;
Installation
mysqlnd_qc_get_handler