Thread: Project U-232
View Single Post
  #462  
Old 28th February 2019, 15:07
fanson's Avatar
fanson fanson is offline
Senior Member
 
Join Date: May 2016
Posts: 46
Default
Click the image to open in full size.
memcache and memcached works
class_cache.php on line 72

public function replace_value($Key, $Value, $Duration = 2592000)
{
-->line 72 $StartTime = microtime(true);
$this->replace($this->MemcachePrefix . $Key, $Value, false, $Duration);
$this->Time+= (microtime(true) - $StartTime) * 1000;
}