ManifestCache_File_PHP
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
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
__construct($name)
load($key)
save($data, $key)
clear()