Sys-V shared memory cache.
More...
List of all members.
Detailed Description
Sys-V shared memory cache.
Definition at line 18 of file SharedMemory.class.php.
Constructor & Destructor Documentation
| SharedMemory::__construct |
( |
$ |
defaultSize = self::DEFAULT_SEGMENT_SIZE, |
|
|
$ |
customSized = array() | |
|
) |
| | |
| SharedMemory::__destruct |
( |
|
) |
|
Member Function Documentation
| static SharedMemory::create |
( |
$ |
defaultSize = self::DEFAULT_SEGMENT_SIZE, |
|
|
$ |
customSized = array() | |
|
) |
| | [static] |
| SharedMemory::get |
( |
$ |
key |
) |
|
| SharedMemory::delete |
( |
$ |
key |
) |
|
| SharedMemory::isAlive |
( |
|
) |
|
| SharedMemory::append |
( |
$ |
key, |
|
|
$ |
data | |
|
) |
| | |
| SharedMemory::store |
( |
$ |
action, |
|
|
$ |
key, |
|
|
$ |
value, |
|
|
$ |
expires = 0 | |
|
) |
| | [protected] |
| SharedMemory::getSegment |
( |
|
) |
[private] |
| SharedMemory::stringToInt |
( |
$ |
string |
) |
[private] |
Member Data Documentation
SharedMemory::$defaultSize = null [private] |
SharedMemory::$customSized = array() [private] |
SharedMemory::$attached = array() [static, private] |
The documentation for this class was generated from the following file:
|
|