Default process RAM cache. More...
Public Member Functions | |
isAlive () | |
increment ($key, $value) | |
decrement ($key, $value) | |
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() |
Default process RAM cache.
Definition at line 17 of file RuntimeMemory.class.php.
RuntimeMemory::append | ( | $ | key, | |
$ | data | |||
) |
Reimplemented from CachePeer.
Definition at line 78 of file RuntimeMemory.class.php.
RuntimeMemory::clean | ( | ) |
Reimplemented from CachePeer.
Definition at line 71 of file RuntimeMemory.class.php.
static RuntimeMemory::create | ( | ) | [static] |
Definition at line 24 of file RuntimeMemory.class.php.
RuntimeMemory::decrement | ( | $ | key, | |
$ | value | |||
) |
Reimplemented from CachePeer.
Definition at line 42 of file RuntimeMemory.class.php.
RuntimeMemory::delete | ( | $ | key | ) |
Reimplemented from CachePeer.
Definition at line 58 of file RuntimeMemory.class.php.
RuntimeMemory::get | ( | $ | key | ) |
Reimplemented from CachePeer.
Definition at line 50 of file RuntimeMemory.class.php.
RuntimeMemory::increment | ( | $ | key, | |
$ | value | |||
) |
Reimplemented from CachePeer.
Definition at line 34 of file RuntimeMemory.class.php.
RuntimeMemory::isAlive | ( | ) |
Reimplemented from CachePeer.
Definition at line 29 of file RuntimeMemory.class.php.
RuntimeMemory::store | ( | $ | action, | |
$ | key, | |||
$ | value, | |||
$ | expires = 0 | |||
) | [protected] |
Reimplemented from CachePeer.
Definition at line 88 of file RuntimeMemory.class.php.
RuntimeMemory::$cache = array() [private] |
Definition at line 19 of file RuntimeMemory.class.php.