FileVarExportHandler
in package
FinalYes
Table of Contents
Properties
- $path : string
Methods
Properties
$path
private
string
$path
= WRITEPATH . 'cache'
Methods
delete()
public
delete(string $key) : void
Parameters
- $key : string
get()
public
get(string $key) : mixed
Parameters
- $key : string
save()
public
save(string $key, mixed $val) : void
Parameters
- $key : string
- $val : mixed