eAccelBagOStuff Class Reference
[Cache]
This is a wrapper for eAccelerator's shared memory functions.
More...
Inherits BagOStuff.
List of all members.
|
Public Member Functions |
| get ($key) |
| set ($key, $value, $exptime=0) |
| delete ($key, $time=0) |
| lock ($key, $waitTimeout=0) |
| unlock ($key) |
Detailed Description
This is a wrapper for eAccelerator's shared memory functions.
This is basically identical to the Turck MMCache version, mostly because eAccelerator is based on Turck MMCache.
Definition at line 594 of file BagOStuff.php.
Member Function Documentation
eAccelBagOStuff::delete |
( |
$ |
key, |
|
|
$ |
time = 0 | |
|
) |
| | |
eAccelBagOStuff::get |
( |
$ |
key |
) |
|
eAccelBagOStuff::lock |
( |
$ |
key, |
|
|
$ |
waitTimeout = 0 | |
|
) |
| | |
eAccelBagOStuff::set |
( |
$ |
key, |
|
|
$ |
value, |
|
|
$ |
exptime = 0 | |
|
) |
| | |
eAccelBagOStuff::unlock |
( |
$ |
key |
) |
|
The documentation for this class was generated from the following file: