Cml\Cache\Memcache::getInstance PHP Method

getInstance() public method

返回实例便于操作未封装的方法
public getInstance ( string $key = '' ) : Memcache | Memcached
$key string
return Memcache | Memcached
    public function getInstance($key = '')
    {
        return $this->memcache;
    }