PHP Class Symfony\Component\Cache\Adapter\MemcachedAdapter

Author: Rob Frawley 2nd ([email protected])
Inheritance: extends Symfony\Component\Cache\Adapter\AbstractAdapter
Datei anzeigen Open project: symfony/symfony Class Usage Examples

Public Methods

Method Description
__construct ( Memcached $client, $namespace = '', $defaultLifetime )
isSupported ( )

Protected Methods

Method Description
doClear ( $namespace )
doDelete ( array $ids )
doFetch ( array $ids )
doHave ( $id )
doSave ( array $values, $lifetime )

Method Details

__construct() public method

public __construct ( Memcached $client, $namespace = '', $defaultLifetime )
$client Memcached

doClear() protected method

protected doClear ( $namespace )

doDelete() protected method

protected doDelete ( array $ids )
$ids array

doFetch() protected method

protected doFetch ( array $ids )
$ids array

doHave() protected method

protected doHave ( $id )

doSave() protected method

protected doSave ( array $values, $lifetime )
$values array

isSupported() public static method

public static isSupported ( )