class ManifestCache_File_PHP extends ManifestCache_File (View source)

Same as ManifestCache_File, but stores the data as valid PHP which gets included to load This is a bit faster if you have an opcode cache installed, but slower otherwise

Methods

__construct($name)

No description

load($key)

No description

save($data, $key)

No description

clear()

No description

Details

__construct($name)

Parameters

$name

load($key)

Parameters

$key

save($data, $key)

Parameters

$data
$key