Ubiquity 2.5.2
php rapid development framework
|
This class is responsible for storing Arrays in PHP files, and require php apc. More...
Public Member Functions | |
storeContent ($key, $content, $tag=null) | |
apcExists ($key) | |
fetch ($key) | |
{} | |
remove ($key) | |
{} | |
Protected Member Functions | |
apcDelete ($key) | |
getApcKey ($key) | |
This class is responsible for storing Arrays in PHP files, and require php apc.
Ubiquity\cache\system$ArrayApcCache This class is part of Ubiquity
Definition at line 14 of file ArrayApcCache.php.
|
protected |
Definition at line 30 of file ArrayApcCache.php.
apcExists | ( | $key | ) |
Definition at line 24 of file ArrayApcCache.php.
fetch | ( | $key | ) |
{}
Definition at line 47 of file ArrayApcCache.php.
|
protected |
Definition at line 38 of file ArrayApcCache.php.
remove | ( | $key | ) |
{}
Definition at line 62 of file ArrayApcCache.php.
storeContent | ( | $key, | |
$content, | |||
$tag = null |
|||
) |
Definition at line 16 of file ArrayApcCache.php.