|
Default process RAM cache.
More...
List of all members.
Detailed Description
Default process RAM cache.
Definition at line 18 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:
|
|