PHP Class Jarves\Cache\Backend\Memcached

Inheritance: extends AbstractCache
Show file Open project: jarves/jarves

Public Methods

Method Description
setup ( $config )
testConfig ( $config )

Protected Methods

Method Description
doDelete ( $key )
doGet ( $key )
doSet ( $key, $value, $timeout = null )

Method Details

doDelete() protected method

protected doDelete ( $key )

doGet() protected method

protected doGet ( $key )

doSet() protected method

protected doSet ( $key, $value, $timeout = null )

setup() public method

public setup ( $config )

testConfig() public method

public testConfig ( $config )