Inheritance diagram for FileSystemSegmentHandler:
[legend]List of all members.
|
Public Member Functions |
| | __construct ($segmentId) |
| | getPrecision () |
| | (precision - 1) for used keys
|
| | touch ($key) |
| | creates key in segment
|
| | unlink ($key) |
| | deletes key from segment
|
| | ping ($key) |
| | checks for a key existence in segment
|
| | drop () |
| | destroys segment
|
Private Attributes |
| | $path = null |
Detailed Description
Definition at line 16 of file FileSystemSegmentHandler.class.php.
Constructor & Destructor Documentation
| FileSystemSegmentHandler::__construct |
( |
$ |
segmentId |
) |
|
Member Function Documentation
| FileSystemSegmentHandler::getPrecision |
( |
|
) |
|
| FileSystemSegmentHandler::touch |
( |
$ |
key |
) |
|
| FileSystemSegmentHandler::unlink |
( |
$ |
key |
) |
|
| FileSystemSegmentHandler::ping |
( |
$ |
key |
) |
|
| FileSystemSegmentHandler::drop |
( |
|
) |
|
Member Data Documentation
FileSystemSegmentHandler::$path = null [private] |
The documentation for this class was generated from the following file:
|
|