Cachearium\Backend\CacheMemcached::errorCallback PHP Method

errorCallback() public method

public errorCallback ( )
    public function errorCallback()
    {
        // memcache error, probably offline. Logging to DB is bad (will overflow
        // the DB). We should really restart memcached
        // TODO: via Batch?
        $this->disable();
    }