Use memcache flush in the new PHP class.

This commit is contained in:
Mark Crane
2015-01-16 08:25:54 +00:00
parent 44107c5d30
commit b68953e384
2 changed files with 12 additions and 3 deletions
+2 -2
View File
@@ -60,8 +60,8 @@ else {
//memcache flush
if ($cmd == "api memcache flush") {
$response = event_socket_request($fp, $cmd);
unset($cmd);
$cache = new cache;
$cache->flush();
}
//reloadacl