
Public Member Functions | |
| isAlive () | |
| get ($key) | |
| delete ($key) | |
| clean () | |
| |
Static Public Member Functions | |
| static | create () |
| |
Protected Member Functions | |
| store ($action, $key, &$value, $expires=0) | |
Private Attributes | |
| $cache = array() | |
Definition at line 20 of file RuntimeMemory.class.php.
| static RuntimeMemory::create | ( | ) | [static] |
| RuntimeMemory::isAlive | ( | ) |
| RuntimeMemory::get | ( | $ | key | ) |
| RuntimeMemory::delete | ( | $ | key | ) |
| RuntimeMemory::clean | ( | ) |
Reimplemented from CachePeer.
Definition at line 58 of file RuntimeMemory.class.php.
| RuntimeMemory::store | ( | $ | action, | |
| $ | key, | |||
| &$ | value, | |||
| $ | expires = 0 | |||
| ) | [protected] |
Reimplemented from CachePeer.
Definition at line 65 of file RuntimeMemory.class.php.
References CachePeer::replace().

RuntimeMemory::$cache = array() [private] |
Definition at line 22 of file RuntimeMemory.class.php.
1.5.4