CoreCacheFile
in package
Class to implement cache over local files
Table of Contents
Properties
- $dir : mixed
Methods
- __construct() : mixed
- delete() : mixed
- get() : mixed
- keys() : mixed
- set() : mixed
Properties
$dir
public
mixed
$dir
= ''
Methods
__construct()
public
__construct([mixed $dir = '' ]) : mixed
Parameters
- $dir : mixed = ''
delete()
public
delete(mixed $path) : mixed
Parameters
- $path : mixed
get()
public
get(mixed $path) : mixed
Parameters
- $path : mixed
keys()
public
keys(mixed $pattern) : mixed
Parameters
- $pattern : mixed
set()
public
set(mixed $path, mixed $data) : mixed
Parameters
- $path : mixed
- $data : mixed