Cache_APC Class Reference
Inherits Cache.
List of all members.
Detailed Description
PRONTO WEB FRAMEWORK Copyright (C) 2006, Judd Vinet
- Author:
- Judd Vinet <jvinet@zeroflux.org>
Description: APC access routines
Definition at line 10 of file apc.php.
Member Function Documentation
| Cache_APC::delete |
( |
$ |
key |
) |
|
Flush entire cache.
Reimplemented from Cache.
Definition at line 39 of file apc.php.
Expire old entries.
Reimplemented from Cache.
Definition at line 44 of file apc.php.
| & Cache_APC::get |
( |
$ |
key |
) |
|
| Cache_APC::set |
( |
$ |
key, |
|
|
$ |
var, |
|
|
$ |
expire = 0 | |
|
) |
| | |
- Parameters:
-
| string | $key Unique key name to store value under |
| mixed | $var Variable to store |
| int | $expire Expiration time (from now) in seconds. Use zero to never expire. |
Reimplemented from Cache.
Definition at line 20 of file apc.php.
Return some usage statistics.
Reimplemented from Cache.
Definition at line 49 of file apc.php.
The documentation for this class was generated from the following file: