Default process RAM cache.
More...
List of all members.
|
Public Member Functions |
| | isAlive () |
| | get ($key) |
| | delete ($key) |
| | clean () |
| | append ($key, $data) |
Static Public Member Functions |
| static | create () |
Protected Member Functions |
| | store ($action, $key, &$value, $expires=0) |
Private Attributes |
| | $cache = array() |
Detailed Description
Default process RAM cache.
- See also:
- ReferencePool
Definition at line 20 of file RuntimeMemory.class.php.
Member Function Documentation
| static RuntimeMemory::create |
( |
|
) |
[static] |
| RuntimeMemory::isAlive |
( |
|
) |
|
| RuntimeMemory::get |
( |
$ |
key |
) |
|
| RuntimeMemory::delete |
( |
$ |
key |
) |
|
| RuntimeMemory::append |
( |
$ |
key, |
|
|
$ |
data | |
|
) |
| | |
| RuntimeMemory::store |
( |
$ |
action, |
|
|
$ |
key, |
|
|
&$ |
value, |
|
|
$ |
expires = 0 | |
|
) |
| | [protected] |
Member Data Documentation
RuntimeMemory::$cache = array() [private] |
The documentation for this class was generated from the following file: