\Cache

Cache Class

Summary

Methods
Properties
Constants
__construct()
__get()
__set()
__unset()
__isset()
clear()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$cache
$type
N/A

Properties

$cache

$cache : 

Type

$type

$type : 

Type

Methods

__construct()

__construct(\string  $type = 'php') 

Parameters

\string $type

__get()

__get(\string  $name) 

Parameters

\string $name

__set()

__set(\string  $name,   $value) 

Parameters

\string $name
$value

__unset()

__unset(\string  $name) 

Parameters

\string $name

__isset()

__isset(\string  $name) 

Parameters

\string $name

clear()

clear()