PHP Class Symfony\Component\Cache\Adapter\MemcachedAdapter

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

Méthodes publiques

Méthode Description
__construct ( Memcached $client, $namespace = '', $defaultLifetime )
isSupported ( )

Méthodes protégées

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

Method Details

__construct() public méthode

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

doClear() protected méthode

protected doClear ( $namespace )

doDelete() protected méthode

protected doDelete ( array $ids )
$ids array

doFetch() protected méthode

protected doFetch ( array $ids )
$ids array

doHave() protected méthode

protected doHave ( $id )

doSave() protected méthode

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

isSupported() public static méthode

public static isSupported ( )