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
Show file Open project: symfony/symfony Class Usage Examples

Public Methods

Method Description
__construct ( $namespace = '', $defaultLifetime, $directory = null )
isSupported ( )

Protected Methods

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

Method Details

__construct() public method

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

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