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

public
__construct($name)

No description

public
load($key)

No description

public
save($data, $key)

No description

public
clear()

No description

Details

__construct($name)

No description

Parameters

$name

load($key)

No description

Parameters

$key

save($data, $key)

No description

Parameters

$data
$key

clear()

No description