class ManifestCache_File_PHP extends ManifestCache_File

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

in ManifestCache_File at line 23
__construct($name)

Parameters

$name

at line 51
load($key)

Parameters

$key

at line 61
save($data, $key)

Parameters

$data
$key

in ManifestCache_File at line 38
clear()