SlaxWeb Framework
 All Classes Namespaces Functions Variables Pages
SlaxWeb\Cache\Handler\File Member List

This is the complete list of members for SlaxWeb\Cache\Handler\File, including all inherited members.

$maxAge (defined in SlaxWeb\Cache\AbstractHandler)SlaxWeb\Cache\AbstractHandlerprotected
$path (defined in SlaxWeb\Cache\Handler\File)SlaxWeb\Cache\Handler\Fileprotected
__construct(string $path, int $maxAge=0)SlaxWeb\Cache\Handler\File
checkData(string $serialized)SlaxWeb\Cache\AbstractHandlerprotected
exists(string $name)SlaxWeb\Cache\Handler\File
get(string $name)SlaxWeb\Cache\Handler\File
prepData(string $data, int $maxAge=-1)SlaxWeb\Cache\AbstractHandlerprotected
remove(string $name, bool $partial=false)SlaxWeb\Cache\Handler\File
removePartial($name)SlaxWeb\Cache\Handler\Fileprotected
write(string $name, string $data, int $maxAge=-1)SlaxWeb\Cache\Handler\File