PHP Class Lavender\Cloud\Sina\Cache\MemcacheConnector

Datei anzeigen Open project: chekun/laravel4sae

Public Methods

Method Description
connect ( ) : Memcache Create a new Memcache connection.

Protected Methods

Method Description
getMemcache ( ) : Memcache Get a new Memcache instance.

Method Details

connect() public method

Create a new Memcache connection.
public connect ( ) : Memcache
return Memcache

getMemcache() protected method

Get a new Memcache instance.
protected getMemcache ( ) : Memcache
return Memcache