Update cache.php
This commit is contained in:
parent
1f107c9f7e
commit
8046ee97c9
|
|
@ -41,8 +41,6 @@ class cache {
|
|||
return false;
|
||||
}
|
||||
|
||||
//send a custom event
|
||||
|
||||
//run the memcache
|
||||
$command = "memcache set ".$key." ".$value;
|
||||
$result = event_socket_request($fp, 'api '.$command);
|
||||
|
|
@ -84,7 +82,6 @@ class cache {
|
|||
|
||||
//close event socket
|
||||
fclose($fp);
|
||||
|
||||
}
|
||||
|
||||
//get the file cache
|
||||
|
|
@ -126,7 +123,6 @@ class cache {
|
|||
|
||||
//close event socket
|
||||
fclose($fp);
|
||||
|
||||
}
|
||||
|
||||
//cache method file
|
||||
|
|
|
|||
Loading…
Reference in New Issue