PHP Class Symfony\Component\Cache\Adapter\PhpFilesAdapter

Author: Piotr Stankowski ([email protected])
Author: Nicolas Grekas ([email protected])
Inheritance: extends Symfony\Component\Cache\Adapter\AbstractAdapter, use trait Symfony\Component\Cache\Adapter\FilesystemAdapterTrait
Afficher le fichier Open project: symfony/symfony Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( $namespace = '', $defaultLifetime, $directory = null )
isSupported ( )

Méthodes protégées

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

Method Details

__construct() public méthode

public __construct ( $namespace = '', $defaultLifetime, $directory = null )

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 ( )